Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 2.31 KB

README.md

File metadata and controls

48 lines (29 loc) · 2.31 KB

Build Status Analytics License

PyCrypt

PyCrypt is a (work in progress) python module implementing some basic cryptographic algorithms.

The purpose of the module is to serve as an introduction to the field of cryptography starting from some common and trivial algorithms up to Public Key Cryptography and Textbook RSA.

Also, some Cryptanalysis will be tackled along the way. Specifically Frequency Analysis against simple substitution ciphers.

Ciphers Implemented:

TODO

Development

The master branch contains the latest stable codebase.

The dev branch contains new features/algorithms to the module, which will be merged into master when it passes the build.

License

PyCrypt is released under the MIT License

======

Some of the algorithms here will be based upon or an edited version of Hacking Secret Ciphers with Python (BSD Licensed)