Python Fernet encrypt and decrypt problem with bytes
I am coding a python file encrypter with fernet module;
I want encrypt part of the file bytes for increase the speed of proccess… (Not full of that)
I couldn’t see a problem during this action but the result was not good!
The decrypted file was broken!