Class MD5Hash

    • Constructor Detail

      • 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.