Explore >> Select a destination


You are here

blog.cryptohack.org
| | tcode2k16.github.io
17.2 parsecs away

Travel
| | a random blog about cybersecurity and programming
| | dusty.phillips.codes
12.3 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.
| | tcode2k16.github.io
17.1 parsecs away

Travel
| | a random blog about cybersecurity and programming
| | www.ncameron.org
101.9 parsecs away

Travel
| One of the more subtle aspects of Rust is how traits can be used as types. In this blog post I will attempt a bit of a deep dive into how to use traits as types and how to choose between the different forms. Preliminary: traits are not typesA type