cns-algos

A package with all algorithms used in Cryptography. Detailed list in README.


License
MIT
Install
pip install cns-algos==0.0.1

Documentation

cns_algos CircleCI MIT License

Algorithms for Cryptography in Python

Algorithms Done in this package:

  1. Caesar Cipher
  2. Playfair Cipher
  3. Hill Cipher
  4. Vigenere Cipher
  5. Rail Fence Cipher
  6. Row and Column Transposition Cipher
  7. DES
  8. AES
  9. RSA(Using HTML and JS)
  10. Diffie-Hellman Key Exchange
  11. SHA1
  12. DSS