|
|
|
Step by step tutorial to login,register and logout a user securely using sessions. MD5 hashing is used for password encryption but is easily substituted for stronger hashing algorithms if required.
Version: n/a
Platforms: linux, windows
Last Updated: April 09, 2007 |
|
|
|
|
In this tutorial I will show you how to generate random passwords that are highly secure and extremely difficult to crack. However you can choose between various complexity/strength and you can set password length as well.
Version: n/a
Platforms: linux, windows, freebsd, osx, sun
Last Updated: April 10, 2007 |
|
|
|
|
Welcome, all to the first of a series of articles to implementing your own custom user registration and authentication modules.
I strongly suggest you develop this part of your website as a module, otherwise you'll be tied to a particular implementation when you decide to make changes (and trust me - you'll make the changes!!
Version: 1.0
Platforms: n/a
Last Updated: April 11, 2007 |
|
|
|
|
In this tutorial I will show you how to create a file based login system to register, login and logout users. You can use this method without any database.
Version: 1.0
Platforms: linux, windows, freebsd, osx, sun
Last Updated: May 08, 2007 |
|
|
|
|
The simple tutorial includes some code which takes the login dataset and insert them inside a table. The dataset can then be matched against the dataset loaded from a login form.
The login information is finally stored inside a Session variable.
Version: 1.0.0
Platforms: linux, windows, freebsd, osx, sun
Last Updated: May 28, 2007 |
|
|
|
|
MD5 + Salt + sha1 + base64_encde Encryption tutorial tips tricks and demos
This teaches begginers about encryption in several methods such as MD5 ,Salt , sha1 ,base64_encde
also there is a bit help in dencrytion
This is very simple tutorial understand as demos and examples are available for each item
Version: 1.3
Platforms: linux, windows, freebsd, osx, sun
Last Updated: May 28, 2007 |
|
|
|
|
This code will add a piece of random numbers code on the login form and user will have to copy into a text field the process can not be done if the code is wrong and it produce new security code when come back.. this to protect you panel from hacker softwares..
Version: 1.0
Platforms: n/a
Last Updated: June 02, 2007 |
|
|
|
|