I'm developing a web app, and have some data that needs to be encrypted. I was hoping to find some sort of package of framework that I could easily integerate with hibernate. Does anyone have any ideas?
Encryption
Collapse
X
-
Tags: None
-
The standard Java encryption interface is JCE: http://java.sun.com/j2se/1.4.2/docs/...ERefGuide.htmlOriginally posted by NamelessNumberh eadManI'm developing a web app, and have some data that needs to be encrypted. I was hoping to find some sort of package of framework that I could easily integerate with hibernate. Does anyone have any ideas?
On the other hand, many DBMSs support encryption/decryption transparently. I know Oracle does.
Comment