Hello,
First, thanks for looking at this post. I need help understanding why \Zend_Filter_Encrypt and \Zend_Filter_Decrypt is not returning the initial string that's being stored in a cookie.
I'm using my own Cookie to store user credentials.
The problematic file: http://pastebin.com/wsC5WhaV
My other files (auth controller, adapter, config file, bootstrap): http://pastebin.com/nx6cwsKV

