-
Password is a PHP script for securely hashing passwords and uses Blowfish for password hashing. It Comes with fallback to repeated hashing [ mt_rand() ].
-
This is a WordPress plugin to create passwords, valid for one session only. These passwords can be used from public places like internet cafes, libraries, wi-fi bars and more.The one-time password system conforms to RFC 2289 of the Internet Engineering Task Force (IETF).Version 2 of this plugin has a new option to protect administrative actions by one-time passwords. This option ...
-
This PHP Script is created to generate pronounceable passwords, It can output text string given length with alternating consonants and vowels. Optionally it may include digits, repeat letters and use upper and lower case letters.Generated pronounceable passwords can be easily remembered. It can also generate passwords up tp 10 characters and case-sensitive if applicable.Requirements:- PHP 3.0 or Higher
-
This script is a secure, powerful and random password generator script written in PHP, which allows developers to customize the password by upper letters, lower letters, numbers, symbols, length and strength. PHP password generator Script will be helpful to generate passwords with random and fixed length strings.Features of PHP password generator Script:- Generate random password by using 4 inputs i.e ...
-
PHP Login (Any Database) is a free software tool written in PHP, Javascript and Ajax intended to provide the users a completely automated web based LOGIN script. It supports automatic installation and caters to the basic needs of the user during login and registration like remember me, forgot/change password, capcha and so on. It provides users the option to integrate ...
-
Login PHP Class can be used to authenticate users against a MySQL database. The class verifies whether a given user and password are valid, by checking his credentials against an MySQL database. The password may be hashed with MD5 or SHA1 before verification. The class initialize session variables with values with the user records if he is successfully authenticated. Requirements: ...
-
This is a very simple class that can be used to generate random passwords. It generates a string of a given length with random alphanumeric characters from an array defined as a class variable. The code and comments are in Spanish. In Spanish: Clase muy sencilla que genera contraseñas de cualquier tamaño en segundos con pocas lineas ideal para generar ...
-
This script 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 script may also generate a random salt value that is appended to the password before taking its MD5 hash to store in a database or file for ...
-
This class can be used to verify whether a given password meets several types of security requirements.It can perform several types of independent checks like: minimum and maximum length, existence of at least one non-letter character, use of white space, use of upper or lower case characters and arbitrary regular expression matching.After one or more functions are called the class ...
-
This class can be used to authenticate and manage OTP user tokens for strong two-factor authentication.It can create, update and delete tokens to authenticate users with one time passwords (OTP). The users data is stored in files.The class can also check the user token using several algorithms: Mobile OTP (MOTP), OATH/HOTP (RFC 4226) and OATH/TOTP HOTP Time Based (RFC 4226 ...
-
This offers protection against automated attempts to guess login passwords also known as dictionary attacks.It works by logging failed access attempts and when necessary it blocks the access to users that have failed to login too many times, as it may be an attack of a cracker using a dictionary of common passwords trying guess the correct password with an ...
-
This is a simple PHP class that can generate random text to use as a web password. Generated text strings are generated with 12 random upper and lower case letters and digits.Requirements:PHP 5.0 or higher.
-
Te-edu Password Meter is used as a protection system, it can prevent a password from being easily guessed. The script can perform several tests on a given string (password) to compute a score that represents the strength of a password. Requirements:PHP 5 or higher
-
Pwgen-php can generate a random text of a given length that can be used as a password. Options to include numbers or symbols, capitalize letters and avoid vowels, are provided.The generated text is organized in such way that is easy to pronounce in English.Requirements: PHP 5.2 or higher
-
Password Generator Class can generate one or more password strings that may be a of given length. The passwords may include different ranges of characters like upper and lower case letters, digits, and special characters. A non-repeat policy for characters can be enforced through the class. Requirements: PHP 5.0 or higher






