Hi, I am looking at the new digest option on JDBCRealm passwords. I am trying to figure out why the JDBCRealm.Digest(..) method applies Base64 encoding on top of Hex encoding. A hex encoded digest already uses valid base 64 characters. Is there some other reason for this? I have an existing user/role database that uses a simple hex encoded digest, and I would like to know if this is a stable feature before I go changing it. Regards, Peter Yuill