12 Sep 23
26 Mar 10
This resource demonstrates how to use OpenSSL commands to generate a public and private key pair for asymmetric RSA public key encryption. In addition, it details how to use OpenSSL commands to abstract the RSA public and private exponents used to encrypt and decrypt messages in the RSA Algorithm. It also demonstrates how to abstract the common modulus shared by the public and private key pair and uses Python to implement RSA.
by piranha
15 years ago