Python-File-Encryptor icon indicating copy to clipboard operation
Python-File-Encryptor copied to clipboard

Encrypt and Decrypt files using Python (AES CBC MODE)

Results 6 Python-File-Encryptor issues
Sort by recently updated
recently updated
newest added

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,...