Description: This PHP script can create strong passwords. The user can specify the number of passwords, the password length and different options like the used characters (digits, letters and special chars). The script then generates an editable list (copy and paste) with all the passwords and displays information about the character pool size, the number of password possibilities and the brute force cracking time. The script comes with a well...
Key Features: Works with any .php file. Custom password and brute force warning pages. Well documented functions. Can easily be integrated into a database set up with multiple users. Single line mode, protect any page by simply including the file. Passwords can be set as either a md5 of sha1 hash or plain text if you prefer. Server side brute force protection, with options to change the maximum number of attempts and the block duration. No dat...