Hi, I need to encryp passwords for my application, according to what is specified here: http://wiki.jboss.org/wiki/Wiki.jsp?page=EncryptingDataSourcePasswords How can I take a clear text password, change it to the encoded value specified above and use the encoded value in a parsable file? Is this possible? L