pyGuru123/Decrypto

Blowfish Cipher python Implementation

Opened this issue · 0 comments

1> Implement a Blowfish Cipher encryption and decryption method and wrap it inside a class BlowfishCipher
2> save it to blowfish_cipher.py
3> put the file inside decrypto/src folder
4> submit a PR.

Sample implementation : https://github.com/pyGuru123/Decrypto/blob/main/decrypto/src/binary_cipher.py
strictly follow above implementation and PEP8 Guidelines