Releases: xSmoking/AESEncryption
Releases · xSmoking/AESEncryption
Version 1.0.0
Version 0.2.0
- Header changed
- AES BlockSize is settable by user
BlockSizes available: 128, 192, 256
Version 0.1.0
- Create your own key
- Generate a random key of 16, 32, 64 bytes
- Encrypt files in a folder
- AES KeySize is fixed (256 Bit)
- AES BlockSize is fixed (256 Bit)
- Cipher Mode is set to Cipher Feedback
- Decrypt files in a folder