1. Hibernate & mysql md5 password forum.hibernate.orgHi Earlier we have put passwords to mysql table with PHP and following sql script: insert into table set password = md5('secred') and now old software will be replaced with new java version, where i have used hibernate. Does hibernate support same kind functionality, or how to solve problem? I have tried to create same md5 checksum with java, but it ... |
2. How to save user password with MD5 to MySQL 4? forum.hibernate.orgMapping documents: |