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.
Common functions