Skip to content

Releases: renatoathaydes/go-hash

0.9.1

03 Mar 14:27
Compare
Choose a tag to compare
  • exit process gracefully when Ctrl+C is entered on a prompt
  • added command-line options to start go-hash with a max idle time and specify db to use.
  • updated crypto dependencies.
  • discard user password from memory when idle.
  • use icons to make common messages nicer to see.

0.8.0

24 Apr 18:37
Compare
Choose a tag to compare
  • allow users to choose password policy, including password length and what characters to be included.
  • improved prompt questions to show what is the default value, using the "safest" default for each question.
  • access to entries in different groups now allowed without switching groups.

0.7.0

06 Jan 18:04
Compare
Choose a tag to compare
  • Improved error handling. Windows users will get proper error messages if their Windows version is not supported.

  • Fixed critical bug: the hashing algorithm used, Argon2, changes the hash produced depending on the "threads" paramter. go-hash was incorrectly using the number of available CPUs for the "threads" parameter, so databases didn't work across different machines.

Due to the critical bug above, the database format was modified... the new version is "GH01".
Current users are not affected as go-hash knows how to open GH00 DBs, so the upgrade is safe and requires no action from users.

0.6.0

31 Dec 20:57
Compare
Choose a tag to compare

Added cmp command: allow changing the master password.

0.5.0

31 Dec 18:58
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

First usable release of go-hash.