Class MD5Hash

All Implemented Interfaces:
HashInterface, Settable<String>, Serializable

public final class MD5Hash extends Hash
See Also:
  • Constructor Details

    • MD5Hash

      @Deprecated public MD5Hash(String encoding)
      Deprecated.
      This hash is insecure, because it does neither use salts nor iterations. For a full description see https://www.owasp.org/index.php/Hashing_Java.
    • MD5Hash

      @Deprecated public MD5Hash()
      Deprecated.
      This hash is insecure, because it does neither use salts nor iterations. For a full description see https://www.owasp.org/index.php/Hashing_Java.