Skip to content

Releases: mayur7garg/FeistelCipher

v0.2.0

07 Mar 19:01
Compare
Choose a tag to compare

Second release of Feisel Cipher package on PyPI.

Find details of the package on feistelcipher 0.2.0
Install the module on Python >= 3.5 using

pip install feistelcipher

This release includes-

  • Support for negative numbers for encryption
  • Support for arbitrary number of keys for the functions in the cipher
  • Support for printing the cipher block to the console
  • Improved documentation and examples

For implementation details, refer to Examples.ipynb.

v0.1.0

03 Mar 19:50
Compare
Choose a tag to compare

First release of Feisel Cipher package on PyPI.

Find details of the release on feistelcipher 0.1.0
Install the module on Python >= 3.5 using

pip install feistelcipher

For implementation details, refer to Main.py and Main2.py.