Authenticode is a collection of PHP scripts that makes it possible to secure an HTML page with just 5 lines of added code. Users and Passwords are kept in a MySQL database for quick and easy cross platform access. Uses browser based cookies to keep users logged on throught entire session. The code is very secure because it assigns an MD5 based sessionid upon logon and new sessionid every time a secured page is loaded. If a user has previously logged on and they request another secure page the Browser Cookie value must match the Server SessionID then a new sessionid is assigned. The sessions are also kept in a MySQL table. The sessions are deleted if they are inactive for over 1 hour or how long the administrator specifies with a server based script. PHP and MySQL allows for the software to be cross-platform. The improvements to be done are Group based authentication and a Web Based User Administration.

1.0Beta2 Released - Download Now

More Coming Soon...

SourceForge.net Logo