Hey,
I was just wondering how to decrypt/encrypt form data in cakephp by creating a behavior?
What I have so far:
$key = Configure::read('Security.cipherSeed'); Security::cipher($encrypt,$key)
debug($key);
function encrypt { var $autoEncrypt= 'true';}
function decrypt {}
Other than this I really could use some help.