Blog Archives

JBoss EAP 6 – encrypt password for SecureIdentityLoginModule

Quick snippet on password encryption for the  org.picketbox.datasource.security.SecureIdentityLoginModule  which is relatively version agnostic. From your JBoss directory, run

It’ll output the encrypted password, which you can update your configuration with. If you get an error, like

It’s most likely

Tagged with: , , ,
Posted in Java, Security