CodeIgniter Forums
Secure Login Tool - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Secure Login Tool (/showthread.php?tid=41179)



Secure Login Tool - El Forum - 04-30-2011

[eluser]Unknown[/eluser]
Login by username/password may be dangerous in unencrypted network. Here i provide a small tool to login with encrypted password by the challenge/response mechanism. Changing the password is also possible in encrypted mode, so an eavesdropper gets no information from sniffing. The password may also be stored encrypted in the database table to prevent from hacking the sql server.

All is done by css/javascript on the client site (and some small helpers/libraries/controllers on the server). I provide a complete CI 2.x framework in the download file, so you may have to unpack the archive into your www folder, open then documentation file and start getting accustomed to the tool before introducing it into your application.

Please follow the download link and let me know, if you find some bugs or have additional ideas.

<a href="http://gilbertbrands.de/CMS/index.php/entries/index/show/65">Link do download site</a>