Explore >> Select a destination


You are here

kndrck.co
| | dusted.codes
7.5 parsecs away

Travel
| | The beauty of asymmetric encryption - RSA crash course for developers
| | dusty.phillips.codes
8.2 parsecs away

Travel
| | The venerable RSA public key encryption algorithm is very elegant. It requires a basic understanding of modular arithmetic, which may sound scary if you havent studied it. It reduces to taking the remainder after integer long division. The RSA Wikipedia article describes five simple steps to generate the keys. Encryption and decryption are a matter of basic exponentiation. Theres no advanced math, and its easy to understand their example of working with small numbers.
| | www.blueraja.com
10.6 parsecs away

Travel
| | Not a Substitute for Human Interaction
| | mfbmina.dev
27.7 parsecs away

Travel
| Introdução RSA is a public/private encryption algorithm and it is based on the difficulty of the factorization of the product of two large prime numbers. It was named after its creators Rivest, Shamir, and Adleman. It is an expensive algorithm, computationally speaking, and because of this, it is not common to use it directly, but it is still widely used in the market and is one of the most important encryption algorithms. As an example, OpenSSL implements this algorithm for generating keys and it is com...