/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.basistheory.com
| | www.integralist.co.uk
1.8 parsecs away

Travel
| |
| | quantumloom.in
2.2 parsecs away

Travel
| | A simple guide to how cryptography keeps your digital stuff safe-from secret codes to secure messages.
| | taro.codes
1.4 parsecs away

Travel
| | [AI summary] A security-focused blog post explaining JavaScript encryption implementation using Node.js, detailing cipher algorithms like AES and ChaCha20, and discussing key lengths and security standards.
| | dusty.phillips.codes
15.6 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.