Skip to content

Releases: acavella/gosecure

Test

03 Jan 21:08
53f61bb
Compare
Choose a tag to compare
Merge pull request #3 from acavella/2-feature-improve-password-input

feat: add improved password collection

GoSecure Ver. 0.3.2

07 Oct 16:15
Compare
Choose a tag to compare

Description

GoSecure is a simple, command line, multi-platform file based encryption utility. GoSecure encrypts/decrypts your files using a simple password utilizing AES256-GCM algorithm with Argon2id key derivation function.

Changelog

Added

  • N/A

Removed

  • N/A

Modified

  • Update branding to reflect new name, GoSecure

Planned

  • Further code optimizations
  • Directory parsing support
  • Logging improvements

GoShield Ver. 0.3.1

06 Oct 12:55
Compare
Choose a tag to compare

Description

Initial full release of GoShield, a simple, command line, multi-platform file based encryption utility. GoShield encrypts/decrypts your files using a simple password utilizing AES256-GCM algorithm with Argon2id key derivation function.

Changelog

Added

  • N/A

Removed

  • N/A

Modified

  • Updated documentation

Planned

  • Further code optimizations
  • Directory parsing support
  • Logging improvements

GoShield v0.3.0

03 Oct 23:07
Compare
Choose a tag to compare

Description

Initial full release of GoShield, a simple, command line, multi-platform file based encryption utility. GoShield encrypts/decrypts your files using a simple password utilizing AES256-GCM algorithm with Argon2id key derivation function.

Planned

  • Further code optimizations
  • Directory parsing support
  • Logging improvements

Rapid Prototyping Release 2

25 Sep 19:32
Compare
Choose a tag to compare
Pre-release

A second prototype release, all major functions are working as intended.

Rapid Development Release 0.1.0

09 Sep 22:37
Compare
Choose a tag to compare
Pre-release
v0.1.0

update