Package com.jsql.util.bruter
Class HashUtil
java.lang.Object
com.jsql.util.bruter.HashUtil
-
Method Details
-
toAdler32
-
toCrc16
-
toCrc64
-
toMySql
- Throws:
NoSuchAlgorithmException
-
toCrc32
-
toMd4
-
toHash
- Throws:
NoSuchAlgorithmException
-
digestToHexString
Convert a digest hash to a string representation.- Parameters:
block
- Digest array- Returns:
- Hash as a string
-