Sunday 15 July 2012

postgresql - Encrypting and decrypted data before save in cakephp -



postgresql - Encrypting and decrypted data before save in cakephp -

i creating health clinic , portal application in cakephp. need insert encrypted info in database not using base64 encode , decode method , utilize in search also. can help me providing valuable suggestion.

have @ cookbook under models > callback methods. http://book.cakephp.org/2.0/en/models/callback-methods.html

maybe need utilize beforesave , afterfind?

you utilize beforesave encrypt info before hits database, , afterfind decrypt between database , controller.

postgresql cakephp datatables cakephp-2.3

No comments:

Post a Comment