Uses of Interface
rs.baselib.crypto.PasswordHasher
| Package | Description |
|---|---|
| rs.baselib.crypto |
Provides support for encrypting, decrypting and signing streams.
|
-
Uses of PasswordHasher in rs.baselib.crypto
Subinterfaces of PasswordHasher in rs.baselib.crypto Modifier and Type Interface Description interfaceExtendedPasswordHasherExtendsPasswordHasherby a method to detect responsibility.Classes in rs.baselib.crypto that implement PasswordHasher Modifier and Type Class Description classBlowfishPasswordHasherUses salted Blowfish hashes from BCrypt.classCombinedPasswordHasherImplements a combined strategy to hash passwords.classDummyPasswordHasherA dummy implementation that actually does not hash any password but uses the plain password.classMd5PasswordHasherUses salted MD5 hashes fromMd5Crypt.classPhpPasswordHasherUses PHP-alike hashes.classSha256PasswordHasherUses salted SHA256 hashes fromSha2Crypt.classSha512PasswordHasherUses salted SHA512 hashes fromSha2Crypt.Fields in rs.baselib.crypto declared as PasswordHasher Modifier and Type Field Description static PasswordHasherCombinedPasswordHasher. UNIX_STRATEGY_BLOWFISHA UNIX strategy to hash and check passwords (withBlowfishPasswordHasheras default).static PasswordHasherCombinedPasswordHasher. UNIX_STRATEGY_MD5A UNIX strategy to hash and check passwords (withMd5PasswordHasheras default).static PasswordHasherCombinedPasswordHasher. UNIX_STRATEGY_PHPA UNIX strategy to hash and check passwords (withPhpPasswordHasheras default).static PasswordHasherCombinedPasswordHasher. UNIX_STRATEGY_SHA256A UNIX strategy to hash and check passwords (withMd5PasswordHasheras default).static PasswordHasherCombinedPasswordHasher. UNIX_STRATEGY_SHA512A UNIX strategy to hash and check passwords (withMd5PasswordHasheras default).