Download .zip |
Info | View files (4) | Download .zip | Reputation | Support forum (2) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2003-08-20 (14 years ago) | 51% | Total: 2,265 | All time: 1,688 This week: 604 |
Version | License | PHP version | Categories | |||
securepwd 1.0 | GNU General Publi... | 5 | Cryptography |
Description | Author | |||||||||||||
Give it a username and a password, and it will check if the password is secure enough, based on different tests. It performs various checks based on the similarity of the given user name and password (even phonetic tests, soundex and metaphone), search the password on the given common-passwords file, minimum size check, and only-numbers check. |
|
Files |
File | Role | Description |
---|---|---|
passwords.txt | Data | passwords file |
sampleresult.html | Output | A sample of a report |
securepwd.inc.php | Class | securepwd class |
test.php | Example | Example script |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Pages that reference this package |
How do I Generate strong passwords with PHP, PEAR, and PECL? When you’re in charge of a Web application’s account registration and maintenance section, there are two things you can do to reduce the danger of user passwords being easily guessed via brute force attacks... |