Bit-level encryption and decryption programs with Python
- encBit -> Text encrypter
- encfBit -> File encrypter
- decBit -> Text decrypter
- decfBit -> File decrypter
- Python 3
- Linux or Mac [Advice Linux]
- Terminal [Advice Bash Shell]
- $ python3 encBit.py
- $ python3 encfBit.py [FileName.format] [KeyMax255]
- $ python3 decBit.py
- $ python3 decfBit.py [FileName.format] [KeyMax255]
Decrypted text saved Texts/
...
Key length should not be greater than 255It may give error while working on windows! Our advice Linux