PHP / Mobile

From PasswordMaker
Revision as of 20:07, 30 September 2007 by Eric H. Jung (talk | contribs) (→‎PHP Edition: added download link)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

These editions of PasswordMaker are made with PHP.

PHP Edition

This is the first of the PHP editions, and was never really meant to be standalone. Miquel Fire had looked at the source for the JavaScript Edition and ported the password making algorithms to PHP. Initially, the base classes used the mHash PHP library for the one-way hash algorithms. Currently in PasswordMaker Source Control (Subversion), there's a version that is written to allow this edition to run on servers without mHash since many hosting companies do not offer this library.

Mobile Edition

This edition was made as a way to allow mobile phone users to being able to use PasswordMaker. Currently it's setup to post the parameters to the server and return a password. It is also implemented with PHP.

FAQ

This is a stub.