Releases: renatoathaydes/go-hash
Releases · renatoathaydes/go-hash
0.9.1
0.8.0
- 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
-
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
Added cmp
command: allow changing the master password.
0.5.0
First usable release of go-hash.