Explore >> Select a destination


You are here

zacharyparsons.co.uk
| | dusty.phillips.codes
25.1 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.johndcook.com
26.9 parsecs away

Travel
| | RSA encryption as a group automorphism. Lagrange's theorem applied to the group. Carmichael's totient function applied to RSA.
| | www.techelevator.com
21.5 parsecs away

Travel
| | The relationship between math and programming and answering the question "How much math do I need to be good at this?"
| | luxsci.com
48.9 parsecs away

Travel
| SSL (Secure Sockets Layer) and TLS (Transport Layer Security) are fundamental to Internet transport security, but they are often confused.