public class HashPassword
extends java.lang.Object
Constructor and Description |
---|
HashPassword() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
hash(java.lang.String passwordToHash)
Creates a hash for the given password
|