Package | Description |
---|---|
de.innovationgate.utils.security |
Encrypting and security related stuff
|
Modifier and Type | Interface and Description |
---|---|
interface |
HashingScheme
Backward compatibility interface for old name of HashingService.
|
Modifier and Type | Class and Description |
---|---|
class |
BCrypt10HashingScheme
Hashing scheme using BCrypt-10
|
class |
SHA1HashingScheme
Hashing scheme using SHA-1
|
Modifier and Type | Method and Description |
---|---|
static HashingService |
HashedPassword.fetchScheme(ModuleRegistry reg,
java.lang.String schemeName) |
Modifier and Type | Method and Description |
---|---|
static HashedPassword |
HashedPassword.create(java.lang.String pwd,
HashingService scheme,
java.lang.Object salt)
Creates a password hash from the given password, using the given scheme
|