/Crypto-Tools

A set of crypto tools and libraries

Primary LanguageCMIT LicenseMIT

Crypto-Tools

A set of crypto tools and libraries

  1. simple_crypto: One-time pad,Caesar's cipher,Vigenère’s cipher
  2. aes: Symmetric Encryption using the AES cryptographic algorithm in ECB mode.
  3. rsa: Asymmetric Encryption and Decryption using the RSA algorithm.