1 Reply Latest reply on Jan 24, 2005 4:57 PM by erb2000

    Password Hashing with UsernamePasswordLoginModule

    erb2000

      I have UsernamePasswordLoginModule working fine without password hashing. I added the following two lines application-policy for jmx-console in the login-config.xml:

      <module-option name="hashAlgorithm">MDS</module-options>
      <module-option name="hashEncoding">base64</module-option>

      I changed the password from clear text to the Base64Encoder value and it does not validate.

      What am I missing?