On Fri, Nov 12, 2010 at 1:13 PM, laduree <[email protected]> wrote:
> I tried using Security::cipher and the same thing happened with the
> same SQL output.
>
> The weirdest thing is that the data is not going missing at any point
> as I had passed it to the view using $this->set() both before and
> after encryption with the following result:
>
> Message: This string will be encrypted
> Encrypted message: �T�j/�ު޶�l3�] *RS I+ }�Wl�

Try:

if(!empty($this->data)) {
    die(debug($this->data));

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to