Difference between revisions of "PHP / Mobile"

From PasswordMaker
Jump to navigationJump to search
Line 2: Line 2:
  
 
== PHP Edition ==
 
== 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).
  
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 [http://mhash.sourceforge.net/ mHash] PHP library for the one-way hash algorithms. Currently in [http://svn.passwordmaker.org/ PasswordMaker Source Control] (Subversion), there's a version that is written to allow this edition to run on servers without [http://mhash.sourceforge.net/ mHash] since many hosting companies do not offer this library.
+
Many thanks to Pedro Gimeno Fortea and Miquel Burns.  
 +
 
 +
Currently in [http://svn.passwordmaker.org/ PasswordMaker Source Control] (Subversion), there's a version that is written to allow this edition to run on servers without [http://mhash.sourceforge.net/ mHash] since many hosting companies do not offer this library.
  
 
*[http://passwordmaker.sourceforge.net/downloads/php.html Download]
 
*[http://passwordmaker.sourceforge.net/downloads/php.html Download]

Revision as of 15:18, 1 October 2007

These editions of PasswordMaker are made with PHP.

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.

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 be able to use PasswordMaker. Currently it is set up to post the parameters to the server and return a password. It is also implemented with PHP.

Download

FAQ

This is a stub.