Jasypt « Security « Spring Q&A





1. Jasypt with Hibernate and ACEGI, best practice for digesting new passwords?    forum.springsource.org

Jasypt with Hibernate and ACEGI, best practice for digesting new passwords? My application uses a BasicPasswordEncryptor wired into the Acegi DaoAuthentication provider, which works fine. My question is what is the ...

2. Spring Security with Jasypt    forum.springsource.org

Spring Security with Jasypt I have encrypting and decrypting working fine. However, when I try to log in, I get the following exception: org.jasypt.exceptions.EncryptionOperationNotPossib leException: Encryption raised an exception. A possible ...

3. Any Spring Security with Jasypt experts    forum.springsource.org

Any Spring Security with Jasypt experts I'm integrating Jasypt with Spring Security. I'm able to encrypt my password at setup, but when trying to log into the application, it appears not ...

4. Spring Security with Jasypt    forum.springsource.org

Jan 9th, 2010, 02:20 AM #1 suriin View Profile View Forum Posts Private Message Junior Member Join Date Dec 2009 Posts 16 Spring Security with Jasypt Hi , I have integrated ...