Skip to content

Yohanna/PyCrypt

Repository files navigation

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)

About

Python module implementing some simple ciphers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages