PHP Edition
PasswordMaker for PHP can be run from the command-line (php cli) or used on a webserver (php cgi). To run from the command-line, enter
php passwdmaker.php arg=value... (for CLI version) or php -q passwdmaker.php arg=value... (for CGI version).
Many thanks to Pedro Gimeno Fortea and Miquel Burns.
License (LGPL)


Latest stable release - 16.3kb
Release Notes:
- A bug with the command line arguements fix.

Latest stable release - 7kb
Release Notes:
- MD5 version 0.6 (Firefox Extension) supported.

Latest stable release - 5kb
Release Notes:
- Fixed a bug where unlimited password support was broken due to a varible not being incremented.

5kb
Release Notes:
- Fixed a syntax bug introduced by arbitrary length password support (version 1.2). This resulted in incorrectly generated passwords.

5kb
Release Notes:
- Supports arbitrary length passwords like the other versions.
- Really fixed default character set this time.

5kb
Release Notes:
- Fixed bug with default character set and improved error messages.