<DIV>What algorithm is used to encrypt the passwords in cms_users?</DIV>
<DIV> </DIV>
<DIV>Tomcat 4.1.18</DIV>
<DIV>opencms 5.0.1</DIV>
<DIV>mySql 4.0.23</DIV>
<DIV> </DIV>
<DIV>I have tried to match the values stored in cms_users.user_password using MD5 and it doesnt match.  </DIV>
<DIV> </DIV>
<DIV>the opencms.properties file contains the following</DIV>
<DIV>resourcebroker.mysql.digest=MD5<BR>resourcebroker.mysql.digest.fileencoding=UTF-8</DIV>
<DIV> </DIV>
<DIV>I'm trying to set up a tomcat realm using the cms_users table and I cannot match the passwords so the authentication would never work.</DIV>
<DIV> </DIV>
<DIV>what can I do to get the same value stored in the db so I can authenticate the users and passwords?</DIV>