Re: SHA encrypting of passwords in server.xml/tomcat-users.xml files

2006-04-17 Thread Marc Farrow
This helps a lot. I am not worried about hackers getting into our system so much as programmers reading the XML file and getting a privileged password. Not a big deal, we can just captivate the account and keep "immoral" programmers out. Thanks! On 4/17/06, Mark Thomas <[EMAIL PROTECTED]> wrote

Re: SHA encrypting of passwords in server.xml/tomcat-users.xml files

2006-04-17 Thread Mark Thomas
Marc Farrow wrote: > I learned how to do this last week and I am enjoying the ease of setup in > order to accomplish this. However, I would like to expand on this a bit > further and use the SHA encrypting with my database password (the one used > in Tomcat's connection pooling). Is this possible

SHA encrypting of passwords in server.xml/tomcat-users.xml files

2006-04-17 Thread Marc Farrow
I learned how to do this last week and I am enjoying the ease of setup in order to accomplish this. However, I would like to expand on this a bit further and use the SHA encrypting with my database password (the one used in Tomcat's connection pooling). Is this possible? If so, can someone lead