Class TableBasedAuthenticationModule.PasswordHasher
java.lang.Object
com.kingsrook.qqq.backend.core.modules.authentication.implementations.TableBasedAuthenticationModule.PasswordHasher
- Enclosing class:
TableBasedAuthenticationModule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
createHashedPassword
(String password) Returns a salted, hashed version of a raw password.
-
Constructor Details
-
PasswordHasher
public PasswordHasher()
-
-
Method Details
-
createHashedPassword
public static String createHashedPassword(String password) throws NoSuchAlgorithmException, InvalidKeySpecException Returns a salted, hashed version of a raw password.
-