- 1,251 categories
- 40,829 scripts
- Welcome. Here we''ll discuss how to make a basic authentication system that can be used on a web site, web script, or applications. If a high security environment is required this may not be the right solution for you, but if you''re lookin...
- This script can easily be pasted into any PHP page to protect its contents.
The user will only be allowed to visit the page, once the correct username and password is given.
- This tutorial will teach you how to create a very simple password protection for your web pages.
- A php login script tutorial with complex features like: user confirmation, forgot password page, restricted access to web pages based on level access and more.
- 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.
- Platforms
- Licenses
- Other Free / Open Source License
- 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 tutoria...
- 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.
- 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.
- * 4MemberOnly Template is designed for those who wishes create a web site with the member area quickly and with the least efforts and expenses and to provide access to it through a login.
* 4MemberOnly uses HTML, CSS, PHP and MySQL.
* 4MemberOnl...
- 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...
Page: