public class HashHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SHA_256 |
| Constructor and Description |
|---|
HashHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
hash(java.lang.String salt,
java.lang.String string)
Hashes the given string according to the current password hash algorithm
|
public static final java.lang.String SHA_256