password « Field « JPA Q&A





1. JAX-WS/ JPA: Protect Password field    forums.netbeans.org

I have the following environment: A JAX-WS webservice gaining and manipulating data from/to a database using JPA/Eclipselink. The database also contains a user table having user typical fields like name, email, password, etc. Through the webservice it shall be possible to get and to set users, which also includes the ability to set a password for a user. This would mean ...

2. Store Password Field in Encryption Form Using MySQL and Hibernate    coderanch.com

Hello All.. I am using Spring, Hibernate for developing my application.. And as DB side, I have mysql.. Now, My requirement is like, I have User table and that has password field with varchar type. Now, When new user is created, i just wanna store password field in the Encrypted form... Is there any facility provided by Hibernate to do so ...

3. encrypt password field in db    forum.hibernate.org