Password Generator & Checker Support forum passgencheck Generate passwords a check whether they are secure This class can be used to generate passwords. It can generate a password given a desired length and the number of letters, digits and symbols it should contain. The class can also check whether ...
The Class will help the programmer to create a randomly generated Password for there user. Class will return a PASSWORD which will be strong The class just takes as parameter the length of the password string to be generated. Random Password Generator Support forum rnpass_class Generate random alphanumeric ...
Easy Password Generator Support forum epgclass Create random password easy to remember for humans This class can be used to generate secure passwords that are easy to remember for humans. It uses random words from a dictionary stored as a text file. It generates pronounceable words made up from ...
Password Generate Support forum password Generate random passwords with given criteria This is a simple class that can generate random password strings that satisfy given criteria. The generated password has a given length and may include an optional user defined prefix, upper case letters, lower ...
Password Generator Support forum passgen Generate random alphanumeric passwords This 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. Password ...
Password Support forum password_generator Generate passwords based on rules This class can be used to generate passwords based on rules. It can generate one or more passwords with a given length. By default the passwords contain 75% letters and 25% digits. The case of the letters may be lower, upper ...
Password Generator Class Support forum passgen_class Generate passwords with given requirements 2009/04/26 - Michael Schramm sent me modified version of this class. I added it to the list so you can see his solution (which seems much better to me). Look for the class.password.php file. Thanks Michael ...
Salt Password Class Support forum salt-password Generate random passwords with salt This class can be used to generate random passwords with salt. It can generate a random password of a configurable length which may include letters, digits and optionally some special symbol characters. The class ...
Quick And Easy Password Hashing Support forum class-password Create and verify password hashes with SHA and MD5 This class can create and verify password hashes with SHA and MD5 algorithms. It can take a given password and create an hash with a salt value using either the crypt, MD5, SHA256 or SHA512 ...
Random Password Generator Class Support forum password-generator Generate random texts for using as passwords This class can be used to generate random texts for using as passwords. It can generate a random text of a given length which may contain either lower or upper case letters, numbers or symbols ...