Class MD5


  • @Deprecated
    @Scriptable
    public final class MD5
    extends Object
    Deprecated.
    The MD5 hash function is not considered to be secure. It should not be used for cryptographic purposes.
    • Constructor Detail

      • MD5

        public MD5()
        Deprecated.
    • Method Detail

      • hash

        public static String hash​(byte[] p_buf)
        Deprecated.
        Hashes the given String using the SHA-1 algorithm.
        Parameters:
        p_buf - The data to be hashed.
        Returns:
        The hashed string.