In JBoss AS7 datasource configuration, I use java org.picketbox.datasource.security.SecureIdentityLoginModule passwordString to encrypt the password.
Now I have one requirement that decrypt the password by my app code. Could anybody tell me How to do it?