Hibernate Encryption of Database Completely Transparent to Application

前端 未结 7 1011
春和景丽
春和景丽 2021-02-03 12:59

I\'m working on a Grails 1.0.4 project that has to be released in less than 2 weeks, and the customer just came up with a requirement that all data in the database should be enc

7条回答
  •  南笙
    南笙 (楼主)
    2021-02-03 13:58

    Jasypt integrates with Hibernate: http://jasypt.org/hibernate3.html. However, queries which use WHERE clauses cannot be used

提交回复
热议问题