Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 275 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 275 Bytes

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.