Skip to content

Commit

Permalink
preparing 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
firaja committed Mar 8, 2024
1 parent 63ba819 commit dfee64a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.8.1](https://github.com/Password4j/password4j/releases/tag/1.8.1) - (2024-03-08)
### Fixed
* `Argon2Function#internalHash(...)` used a double conversion from `byte[]` to `String` and back to `byte[]` that created inconsistencies in `Hash#salt` ([#143](../../issues/143))

### Changed
* `Hash#Hash(HashingFunction, String, byte[], String)` marked deprecated

## [1.8.0](https://github.com/Password4j/password4j/releases/tag/1.8.0) - (2024-03-03)
### Added
* Balloon Hashing implementation ([#131](../../issues/131))
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/password4j/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ static void printBanner(PrintStream printStream)
String banner ="\n";
banner += " |\n" +
" | \033[0;1mPassword4j\033[0;0m\n" +
" + \\ .: v1.8.0 :.\n" +
" + \\ .: v1.8.1 :.\n" +
" \\\\.G_.*=.\n" +
" `(H'/.\\| ✅ Argon2\n" +
" .>' (_--. ✅ scrypt\n" +
Expand Down

0 comments on commit dfee64a

Please sign in to comment.