Releases: fileaes/FAES
Releases · fileaes/FAES
FAES v1.2.0 (BETA 7)
- Improved logging
FAES v1.2.0 (BETA 6)
- Fixed encrypting folders with FAESv3 (previously failed due to a checksum error)
Due to the changes to FAESv3 checksum checks to fix the folder bug, files encrypted with FAESv3 prior to BETA6 can no longer be decrypted with the new version. Decrypting with an old BETA will work however.
FAES v1.2.0 (BETA 5)
- Updated dependencies
- Changed target frameworks to .NET Framework 4.5, 4.6, and .NET Standard 2.0
FAES v1.2.0 (BETA 4)
- Fixed an error that occured when decrypting some older FAES files
FAES v1.2.0 (BETA 3)
- Added new file structure FAESv3
- Added support to change default extensions
- Added support to change FAES temp path
- Added ability to change file hashing algorithm
- Removed 64 byte password hint restriction
- Changed UNIX timestamp from Int32 to Int64
- Changed default file hashing algorithm to SHA256
FAES v1.2.0 (BETA 2)
- Added ability to get encryption/decryption progress (0-100)
- Added ability to change the CryptoStream buffer used for encryption/decryption
- Added ability to toggle the deletion of the original file
- Added ability to toggle the overwriting of files
- Added better logging functionality
- Better temp folder management
FAES v1.2.0 (BETA 1)
- Added better compression handling (easier to add new compression methods)
- Added new compression methods (ZIP/Deflate, LZMA, TAR/BZip2)
- Changed Compressed, Unencrypted file extention from '.faeszip' to '.ufaes'
- Changed .NET Core 2.0 to .NET Core 2.1
FAES v1.1.3
FAES v1.1.2
- Added GetVersion() method
FAES v1.1.1
- Added exception if the Password Hint is over 64 characters
- Added encryption timestamp to the encrypted file
- Added comments