Releases: eErbLiddle/basicFileEncryptor
Releases · eErbLiddle/basicFileEncryptor
Release list
v3.0
v2.0.1
Checks if folder exists if not returns error to user.
v2.0
Can now encrypt and decrypt folders with single password so long as they only contain files. Encryption uses same password for all files in folder but different IVs for each file
v1.5
Changed IV generation from random dictionary to random.randint(0,0xFF)
V1.4
Made IV randomized and written to end of encrypted file
V1.0
Simplistic 256-bit AES file encryptor. Has been tested on .txt and .jpg files to date.
NOTE: Current uses same IV for all encryptions ... this will be changed soon