Skip to content

Releases: eErbLiddle/basicFileEncryptor

v3.0

Choose a tag to compare

@eErbLiddle eErbLiddle released this 11 Sep 02:21
2153efc

Enabled sub-file encryption via recursion. Delegated folder encryption and decryption into new files. Fixed crashing bug when entering a nonexistent file for decryption.

v2.0.1

Choose a tag to compare

@eErbLiddle eErbLiddle released this 24 Jul 17:34

Checks if folder exists if not returns error to user.

v2.0

Choose a tag to compare

@eErbLiddle eErbLiddle released this 24 Jul 16:20

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

Choose a tag to compare

@eErbLiddle eErbLiddle released this 21 Jul 18:23

Changed IV generation from random dictionary to random.randint(0,0xFF)

V1.4

Choose a tag to compare

@eErbLiddle eErbLiddle released this 04 Jul 01:42

Made IV randomized and written to end of encrypted file

V1.0

Choose a tag to compare

@eErbLiddle eErbLiddle released this 03 Jul 11:32

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