RE: Decoding user passwords

2005-01-14 Thread Daniel Perry
Not using SHA or MD5 as these are one-way hashes - ie you cant get the origional password from the hash. I'm not sure if james will use a symetric encryption algorithm for password storage. So i believe the answer to your question is no. I use a custom web app to manage username/passwords in a m

Decoding user passwords

2005-01-14 Thread Hartmann, Jan
As there is the DigestUtil class, which I can use to encode passwords for writing them coded into the database, is there any class within James to decode those passwords? Greetz, Jan