-
From the developer who brought you tinyMuw CMS comes the tinyMuw Password Generator! Just like the CMS, this utility was fully developed in a combat theater (specifically Baghdad, Iraq by an American Infantryman). This script comes with powerful default character sets and standardized bit lengths, but enables the user to easily create their own character set and specify any password ...
-
You can protect your files (eg: admin panel) with user name and password. You can develope this script by write a new modules.
-
Passwd is an Unix-style CRYPT_MD5 PHP class.
-
Gnpasswd can generate rand password of types: - AlphaNumeric, - AlphaOnly, - NumericOnly.
-
passwd.class.php has some common encryption thingies that is useful, the class can handle both DES and MD5 encryption.
-
randomWord class makes a random 'readable' word (currently english-only).randomWord is useful if you want to randomly generate passwords that your user can read and remember (instead of giving them a bunch of numbers). Some examples: Huchafo, Pequizu, Zequiju, Chomoxy.
-
Password Generator class can generate random passwords using the current time as randomizing seed.The generated passwords have a given fixed length and can have only numbers, or only letters or both numbers and letters.
-
JPPassClass is a simple class that can generate a random text made of characters of multiple possible characters sets. It can be used for instance to generate random passwords.The supported characters may be made of either only lower case letters, only upper case characters, only digits, or a combination of any of these three character sets.The generated random text may ...
-
Random Password Generator will help the programmer to create a randomly generated Password for there user. It will return a PASSWORD which will be strong.Random Password Generator just takes as parameter the length of the password string to be generated.
-
Simple class to generate random passwords on the fly. You can specify the minimum length, maximum length, and an array of characters to use in the constructor.
-
PWGen creates random character passwords, and outputs them to text, html, or as images. It also provides a demo of image verification code ala Yahoo account sign up.
-
Password Generate is a simple class that can generate random password strings that satisfies agiven criteria.The generated password has a given length and may include an optional user defined prefix, upper case letters, lower case letters, digits and special symbols.
-
PasswdAuth uses the .htpasswd to authenticate access to your PHP script.
-
AdminPro is an user authentication class based on a MySQL database and the PHP Session functions. It was written for Web sites that need some password protected area.AdminPro class includes an user management application script, as well a MySQL table setup application script.Functions of AdminPro class:- Login and logout a user via Web based forms.- Expire the session of an ...

