Explore >> Select a destination


You are here

www.johndcook.com
| | dusty.phillips.codes
7.0 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.
| | cronokirby.com
13.9 parsecs away

Travel
| | - Read more: https://cronokirby.com/posts/2021/04/constant-time-big-numbers-introduction/
| | dusted.codes
6.8 parsecs away

Travel
| | The beauty of asymmetric encryption - RSA crash course for developers
| | durumcrustulum.com
84.9 parsecs away

Travel
| A living document on how to juggle these damned things. What's a KEM? A KEM is a Key Encapsulation Mechanism, a cryptographic primitive that has a KeyGen(...