There was an error while loading. Please reload this page.
1 parent 8a441ab commit dd7a9a8Copy full SHA for dd7a9a8
src/main/java/com/mycompany/fusionauth/plugins/guice/MyExampleFusionAuthPluginModule.java
@@ -57,5 +57,8 @@ protected void configure() {
57
// Argon2id
58
// https://github.com/P-H-C/phc-winner-argon2
59
passwordEncryptorMapBinder.addBinding("example-argon2id").to(ExampleArgon2idPasswordEncryptor.class);
60
+
61
+ // PBDKF2HMACSHA256 with Keylength 512, useful for keycloak
62
+ passwordEncryptorMapBinder.addBinding("example-keycloak").to(ExamplePBDKF2HMACSHA256Keylength512PasswordHasher.class);
63
}
64
0 commit comments