I looked in "Java Persistence with Hibernate" and could not find the answer to this question so I thought I would try here.<br><br>Is there a standard way to handle a user password in hibernate?<br>I want it to be encrypted, but it would be nice if there was a @Password(strategy=
Encryption.SHA) tag.<br><br>So I was just wondering if there was a standard way to get hibernate to handle this for me.<br><br>Thanks <br><br>Kal<br>