CodeIgniter Forums
Setting & Hashing Cookies - 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: Setting & Hashing Cookies (/showthread.php?tid=65762)



Setting & Hashing Cookies - wolfgang1983 - 07-20-2016

Hi,

I would like to know if any one has created hashes for Codeigniter Cookies before because I do not know how to set & hash cookie at the the same time for remember me login.

Any ideas to get me started on hashing cookies and decrypt cookies


RE: Setting & Hashing Cookies - InsiteFX - 07-21-2016

See the link below:

Secure Authentication PHP with long term Persistence


RE: Setting & Hashing Cookies - Code4fun - 07-21-2016

(07-21-2016, 03:26 AM)InsiteFX Wrote: See the link below:

Secure Authentication PHP with long term Persistence

Good read! Thanks


RE: Setting & Hashing Cookies - InsiteFX - 07-22-2016

Your Welcome