Skip to content

Releases: fileaes/FAES

FAES v1.2.0 (BETA 7)

12 Oct 03:48
Compare
Choose a tag to compare
FAES v1.2.0 (BETA 7) Pre-release
Pre-release
  • Improved logging

FAES v1.2.0 (BETA 6)

03 Sep 14:42
Compare
Choose a tag to compare
FAES v1.2.0 (BETA 6) Pre-release
Pre-release
  • 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)

03 Sep 14:41
Compare
Choose a tag to compare
FAES v1.2.0 (BETA 5) Pre-release
Pre-release
  • Updated dependencies
  • Changed target frameworks to .NET Framework 4.5, 4.6, and .NET Standard 2.0

FAES v1.2.0 (BETA 4)

09 Oct 21:12
Compare
Choose a tag to compare
FAES v1.2.0 (BETA 4) Pre-release
Pre-release
  • Fixed an error that occured when decrypting some older FAES files

FAES v1.2.0 (BETA 3)

23 Sep 02:49
Compare
Choose a tag to compare
FAES v1.2.0 (BETA 3) Pre-release
Pre-release
  • 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)

19 Apr 17:03
4048b96
Compare
Choose a tag to compare
FAES v1.2.0 (BETA 2) Pre-release
Pre-release
  • 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)

29 Jan 04:19
e4356f2
Compare
Choose a tag to compare
FAES v1.2.0 (BETA 1) Pre-release
Pre-release
  • 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

29 Dec 22:19
7d1c063
Compare
Choose a tag to compare
  • Added FAES version to encrypted file metadata
  • Added method to manually delete instanced temp paths
  • Changed password hint padding character
  • Fully fixed invalid character showing up in password hints

FAES v1.1.2

12 Oct 05:34
Compare
Choose a tag to compare
  • Added GetVersion() method

FAES v1.1.1

05 Oct 05:10
Compare
Choose a tag to compare
  • Added exception if the Password Hint is over 64 characters
  • Added encryption timestamp to the encrypted file
  • Added comments