Class SHAHash

    • Constructor Detail

      • SHAHash

        @Deprecated
        public SHAHash​(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.
      • SHAHash

        @Deprecated
        public SHAHash()
        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.