Unfortunately I have to work in rather obsolete version of cake php i.e 1.1. I need to employ mysql AES_ENCRYPT and AES_DECRYPT in it which I am unable to do so.
I was trying to do it like this
$this->data['xx']['password'] = `AES_ENCRYPT($this->data['xx']['password'],$this->pass)`;
But to know avail as it doesnt encrypts it and in this way AES_ENCRYPT doesnt comes into play . Some one please give me a heads up for this.
Thank You.