/CryptographyExperiments

Implemented RSA, Diffie-Hellman key exchange in Python. Also created a program to generate secure OTP’s using Python

Primary LanguagePython

CryptoExperiments

  1. Wrote a program to generate a 6-digit One-Time Password using 'Random' library in Python
  2. Wrote a program to generate a 6-digit One-Time Password using 'GMP' library in Python
  3. Implemented Diffie-Hellman Key Exchange using GMP library in Python for command-line inputs
  4. Implemented RSA cryptographic algorithm using GMP library in Python for commmand-line inputs