All of our passwords in our database are encrpyted until the javax.crypto API (Cipher Classes) and PBEWithMD5AndDES hash Algorithm.
I noticed that jboss 4.2.2 is using the java.security classes for decrypting the database passwords in the DatabaseServerLoginModule class. Is there anyway we can get jboss to PBEWithMD5AndDES with the Cipher classes without having to write additional code? Just wondering if there was another class out there that handled this or something I could set up in the configuration. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169346#4169346 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169346 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
