Releases: dreezey/argon2-password-hash-provider
Releases · dreezey/argon2-password-hash-provider
2.0.1
Improvements:
- Hash provider is now correctly detected, allowing for transparent migration from other (default) mechanisms. This also resolves an exception being thrown when another password type was presented. (thanks to @RobertHeim )
Updates:
- Updated JUnit from
4.13
to4.13.1
(as suggested by dependabot)
2.0.0
New strategy using Keycloak's provided BouncyCastle 1.62
library, no more external dependencies.
Only works with Keycloak 10 and above, hashes from previous version of this provider should still be compatible.
Also removed Keycloak as our parent, now it's compatible as long as there are no breaking changes in the SPI.
The attached provider is compiled using JDK 8.