Package org.cyclos.impl.utils
Class HashHelper
- java.lang.Object
-
- org.cyclos.impl.utils.HashHelper
-
public class HashHelper extends Object
Helper methods for hash strings
-
-
Constructor Summary
Constructors Constructor Description HashHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringhash(String salt, String string)Hashes the given string according to the current password hash algorithm
-
-
-
Field Detail
-
SHA_256
public static final String SHA_256
- See Also:
- Constant Field Values
-
-