Package com.helger.security.password.hash
-
Interface Summary Interface Description IPasswordHashCreator Interface for a password hash creator. -
Class Summary Class Description AbstractPasswordHashCreator Abstract base class ofIPasswordHashCreator.AbstractPasswordHashCreatorPBKDF2 Base class forIPasswordHashCreatorusing the PBKDF2 algorithm.PasswordHash This class combines password hash and the used algorithm.PasswordHashCreatorBCrypt The new default implementation ofIPasswordHashCreatorthat requires a salt and uses the BCrypt algorithm.PasswordHashCreatorPBKDF2_SHA256_1000_48 The new default implementation ofIPasswordHashCreatorthat requires a salt and uses the PBKDF2 algorithm with 1000 iterations and 48 bytes hash size.PasswordHashCreatorSHA512 The default implementation ofIPasswordHashCreatorusing unsalted SHA512 hashes.