This class can be used to authenticate users and manage user records stored in text files. Here the password are encrypted using a custom technique in which base64 encryption with MD5 and SHA1 Hashing in addition to Strrev function is adopted to store Password! This makes the password unbreakable!
It can create records of users which are stored in text files.
The class can also authenticate users by looking up the record text files and check if the supplied password matches the records. A session is started when the user successfully authenticates.
It can also verify if an authenticated user session is valid and logout by ending the logged user session.
|
|
| Name: |
Simple Login Class |
| Base name: |
simple-login-class |
| Description: |
Authenticate and manage user records in text files |
| Version: |
1.00 |
| PHP version: |
3.0 |
| License: |
Custom (specified in a license file) |
| All time users: |
727 users |
| All time rank: |
3953 |
| Week users: |
2 users |
| Week rank: |
1296  |
| |
|
| |
Screenshots |
|
|
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|