Everything else looks good. Try this in the auth: ByteSource salt = new SimpleByteSource(Base64.decodeBase64(user.getPasswordSalt())); return new SimpleAuthenticationInfo(username, user.getPassword(), salt, REALM_NAME);
-- View this message in context: http://shiro-user.582556.n2.nabble.com/Hashing-and-Salt-passwords-failure-with-Custom-Realm-tp7181714p7214538.html Sent from the Shiro User mailing list archive at Nabble.com.
