Skip to content

Releases: xSmoking/AESEncryption

Version 1.0.0

28 Oct 15:30
Compare
Choose a tag to compare

Final version released.
Unique file is now supported
E.g. C:\folder\file.txt

Version 0.2.0

17 Jun 07:57
Compare
Choose a tag to compare
  • Header changed
  • AES BlockSize is settable by user
    BlockSizes available: 128, 192, 256

Version 0.1.0

14 Jun 23:14
Compare
Choose a tag to compare
  • 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