0 Replies Latest reply on Mar 30, 2012 5:36 AM by yangguang

    How to decrypt the password which was encrypted by picketBox

    yangguang

      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?