Python-File-Encryptor
Python-File-Encryptor copied to clipboard
Encrypt and Decrypt files using Python (AES CBC MODE)
When using the tutorial link in the readme file, it redirects to another website (might be malicious?).
- Currently there is no Pull Request template in this repo - Add Pull Request template to this repo
- Currently there is no issue template in this repo - Add a issue template to this repo
There is empty new lines. I have removed the empty space to clean up the file
When use Zero Padding encrypt and decrypt, some types of files (such as .7z file) which ends with bytes '00' will damaged file. I have encountered and reproduced this problem,...