Explore >> Select a destination


You are here

rog3rsm1th.github.io
| | blog.openmined.org
3.0 parsecs away

Travel
| | From the math and the hard problem behind most of today's homomorphic encryption scheme to implementing your own in python.
| | kndrck.co
2.9 parsecs away

Travel
| | Motivation RSA (Rivest-Shamir-Adleman) is one of the first public-key cryptosystems and is widely used for secure data transmission. In such a cryptosystem, the encryption key is public and is different from the decryption key which is kept secret. If I wanted to comprehend zero knowledge proofs, then understanding the grand-daddy of public-key cryptosystems is a must. Background Maths Exponential Rules 1 $$ \begin{align} \label{eq:exponent_rule} g^{a-b} &= \dfrac{g^a}{g^b} \newline g^{a+b} &= g^a g^b \n...
| | dusted.codes
2.8 parsecs away

Travel
| | The beauty of asymmetric encryption - RSA crash course for developers
| | www.thepolyglotdeveloper.com
23.5 parsecs away

Travel
| Implement military strength AES encryption ciphers in your JavaScript application using the Forge cryptography library.