feistelcipher

Naive implementation of Feistel Cipher for encrypting/decrypting integers using custom function blocks.


Keywords
cipher, crypt, cryptography, decoding, decrypt, decryption, encoding, encrypt, encryption, feistel, feistel-cipher, pip, pypi, python, python3, typing
License
MIT
Install
pip install feistelcipher==0.2.0

Documentation

FeistelCipher

Naive implementation of Feistel Cipher using Python