Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Releases: flewsoftware/filecrypt

v2.0.1 Dev Update

22 Jan 12:52
641a507
Compare
Choose a tag to compare

This update allows you to use low level functions such as the encryption/decryption/hashing function

v2.0.0

09 Dec 10:52
Compare
Choose a tag to compare

This is v2.0.0 of filecrypt encryption utility

Changelog

  • Password flag replaced with prompt due to security issues
  • Changed encryption algorithm to AES-256 and hashing algorithm to Argon2
  • Fixed password minimum char count issue
  • Moved from fcef format v1 to v2

v1.1.0

04 Dec 07:26
Compare
Choose a tag to compare

Changelog

  • New output messages

v1.0.2

02 Dec 14:03
Compare
Choose a tag to compare

Changelog

  • Fix: handle io.ReadFull error

v1.0.1

16 Nov 13:12
Compare
Choose a tag to compare

Changelog

  • Updated readme.md
  • Fixed a issue where the default password would be accepted

v1.0

13 Nov 16:23
Compare
Choose a tag to compare

First release of filecrypt