You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* APIs now accepts `byte[]` arguments ([#93](../../issues/99))
6
+
*`.forceUpdate()` forces Password4j to recalculate a new hash even if the parameters didn't change ([#102](../../issues/102))
7
+
### Changed
8
+
*`.andUpdate()` no more recalculates the hash if the algorithm, salt or pepper changed from the hash found in `Password.check()` ([#102](../../issues/102))
9
+
### Fixed
10
+
* Inconsistency between public and internal APIs for Argon2 ([#93](../../issues/93))
0 commit comments