Public Key Cryptography: RSA

Public Key Cryptography: RSA

RSA is one of the first public-key cryptosystems, whose security relies on the conjectured intractability of the factoring problem. It was designed in 1977 by (Read more...)

Native GMP in Java

Native GMP in Java

GMP is a free library for arbitrary precision arithmetic, extremely useful for cryptography applications and research, Internet security applications, etc. In order to use this highly efficient library, one must code in C/C++. This is a Java port (Read more...)