Turns an array of Byte into a String representation in hexadecimal.
Computes the MD5 hash of the given bytes.
Returns the MD5 hash of the given string.
Returns the MD5 hash of the given string.
the string to be hashed
the string encoding/charset
Returns the MD5 hash for the given string,
and turns it into a hexadecimal String representation.
Returns the MD5 hash for the given string,
and turns it into a hexadecimal String representation.
the string to be hashed
the string encoding/charset
Turns a hexadecimal String into an array of Byte.
Returns the MD5 hash of the given UTF-8 string.
Returns the MD5 hash of the given UTF-8 string.
(Since version 0.12.0) Use md5 with explicit encoding
Returns the MD5 hash for the given UTF-8 string,
and turns it into a hexadecimal String representation.
Returns the MD5 hash for the given UTF-8 string,
and turns it into a hexadecimal String representation.
(Since version 0.12.0) Use md5Hex with explicit encoding
Common functions