free for webmasters
free CGI and Perl scripts

Path = Home > CGI Scripts > User Authentication

User Authentication - Free CGI and Perl Scripts

You can use these free CGI and Perl scripts for user authentication on your website.

Member Manager

Member Manager is a basic password management program. It allows you to add and remove members from your password and users files (.htpasswd and .htgroup) from your browser. It does NOT protect a directory, nor does it create the password files for you. It is intended only to be used a a management script for adding and removing users from the authorized list. To use this program you must have the ability to use .htaccess files freely on your server.
Requirements: Perl
Version: 1.01

Visit the Author's website        - Is this link dead or broken? -  Report it
( will open in new window )

Password Protect

This script allows you to password protect any directory very simply (for admin access for example). For Unix. Very simple creation of .htaccess and .htpasswd files.
Requirements: Perl
Version: N/A

Visit the Author's website        - Is this link dead or broken? -  Report it
( will open in new window )

Authentication System 1.5

This system authenticates users using cookies to secure cgi scripts to authorised users only. Registered users are sent a cookie containing their username, password and a security key. These details are checked by cgi scripts requiring security. Upon running the username is checked. If the username is found on the system the cookie password and database password are compared. If the two match the database access level is used.
Requirements: Perl
Version: 1.5

Visit the Author's website        - Is this link dead or broken? -  Report it
( will open in new window )