Explore >> Select a destination


You are here

www.jeremykun.com
| | blog.trailofbits.com
3.8 parsecs away

Travel
| | Here at Trail of Bits we review a lot of code. From major open source projects to exciting new proprietary software, we've seen it all. But one common denominator in all of these systems is that for some inexplicable reason people still seem to think RSA is a good cryptosystem to use. Let me save [...]
| | rog3rsm1th.github.io
3.1 parsecs away

Travel
| | The Okamoto-Uchiyama cryptosystem is a semantically secure, asymmetric encryption algorithm. It was first introduced in 1998 by Tatsuaki Okamoto and Shigenori Uchiyama. The method is additive-homomorphic, which means that the plaintexts are added by multiplying two ciphertexts. It is therefore not necessary to decrypt the ciphertexts in order to be able to operate on the plaintexts. While searching for implementations of this algorithm on github, I realized that there were only two rough implementations.
| | dusted.codes
2.1 parsecs away

Travel
| | The beauty of asymmetric encryption - RSA crash course for developers
| | dominiczypen.wordpress.com
27.4 parsecs away

Travel
| For $latex A, B \subseteq \omega$ we write $latex A \subseteq^* B$ if $latex A\setminus B$ is finite, and we write $latex A\simeq^* B$ if $latex A\subseteq^* B$ and $latex B\subseteq^* A$. A tower is a collection $latex {\cal T}$ of co-infinite subsets of $latex \omega$ such that for all $latex A\neq B\in {\cal T}$...