Official Review
NULL
|
Other links at C and C++ > Scripts and Programs > User Authentication |
| 1. |
ChangePassword
|
|
|
ChangePassword modifies the passwords of passwd, Samba, and Squid through the Web. All passwords are syncronized and changed in real time over a browser like Mozilla, Netscape, IE, Opera, and others.
|
| 2. |
AuthPG
|
|
|
AuthPG is a PostgreSQL Authentication Module(mod_auth_pg) that enables Apache to authenticate users with the information stored in PostgreSQL database. This module gets ausername and password pair in the standard way or from a cookie, and you can choose your preferred method.
|
| 3. |
PASSWORD
|
|
|
This program checks a username and password against a list in the file. If it is the same, opens index.htm. If not displays "INVALID ENTRY" and logs the username, password and time. (so you can see if someone is just trying to guess the password).
|
|
|