Hi,
I have recently upgraded the version of CI in one of my sites from v1.5.2 to v1.7.1 following the upgrade instructions at http://ellislab.com/codeigniter/user-guide/installation/upgrading.html. Unfortunately it appears that this has introduced some errors into my site which I hope someone here can help me with. I have been though all the forums and can’t find a solution.
Basically I have some sensitive details (bank account details) stored in a database table. These would have been added under the 1.5.2 version of CI using the encrypt lib. However when I try to retrieve these now in my upgraded version 1.7.1 using the
$this->encrypt->decode()it is returning back a string such as *©+@eKK£4‡.>øU}a~pò$3°“J#c÷â.
I have gone over my upgrade to check and double check my upgrade steps but I can’t find any issues.
Any help or pointers in the right direction would be greatly appreciated.
Cheers,
Wallzy