| Package | Description |
|---|---|
| de.alpharogroup.crypto |
This package contains helper classes for crypting data.
|
| de.alpharogroup.crypto.algorithm |
Provides classes and enums for the algorithms.
|
| de.alpharogroup.crypto.sha |
| Modifier and Type | Method and Description |
|---|---|
String |
PasswordEncryptor.hashAndHexPassword(String password,
String salt,
HashAlgorithm hashAlgorithm,
Charset charset)
Hash and hex the given password with the given salt, hash algorithm and charset.
|
String |
PasswordEncryptor.hashPassword(String password,
String salt,
HashAlgorithm hashAlgorithm,
Charset charset)
Hashes the given password with the given salt, hash algorithm and charset.
|
| Modifier and Type | Method and Description |
|---|---|
static HashAlgorithm |
HashAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HashAlgorithm[] |
HashAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Hasher.hash(String hashIt,
String salt,
HashAlgorithm hashAlgorithm,
Charset charset)
Hash.
|
static String |
Hasher.hashAndBase64(String hashIt,
String salt,
HashAlgorithm hashAlgorithm,
Charset charset) |
static String |
Hasher.hashAndHex(String hashIt,
String salt,
HashAlgorithm hashAlgorithm,
Charset charset)
Hash and hex.
|
Copyright © 2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.