CodeIgniter Forums
Using Codeigniter Encryption Library outisde CI - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Using Codeigniter Encryption Library outisde CI (/showthread.php?tid=66555)



Using Codeigniter Encryption Library outisde CI - roipatrick.florentino - 11-03-2016

Hi and gooday,

I would like to ask help from all of you guys. I have a Pure Php code project which needs decryption. The Encrypted data is in the database which was encrypted by a CI. Now my project is created from Pure Php (no framework used) and now I need to decrypt the data using CIencryption library. I tried the normal decryption but the results are either none or far from the original data before encryption.

Is there a way wherein I can use the CI encryption library outside A CI folder?

Thanks.