Skip to content

Simple ciphers implementations in Python for teaching purposes

License

Notifications You must be signed in to change notification settings

MarcDillar/python-cipher

Repository files navigation

Simple Python Ciphers

Unit Tests

This project compiles simple ciphers implementations in Python for teaching purposes.
⚠️ Do not use this project in a professional environment ⚠️

Installation

pip install -r requirements.txt
pip install -e .

Unit tests

python setup.py test

Contribute

Source Code: https://github.com/MarcDillar/python-cipher

Code examples

Code examples are available in the examples folder.

License

The project is licensed under the MIT license.

Releases

No releases published

Packages

No packages published