PHP Classes

File: manual.txt

Recommend this page to a friend!
  Classes of Dave Smith   PHP Paranoid Passcode   manual.txt   Download  
File: manual.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: PHP Paranoid Passcode
Generate code and rhythm for user entered password
Author: By
Last change: added instructions to empty passcode.txt file
Date: 8 years ago
Size: 1,308 bytes
 

Contents

Class file image Download
Class: paraPass Version: 0.1 bets 10/16/2015 Copyright 2015 Wagon Trader, All Rights Reserved Description: This class will generate passcodes to train into muscle memory as part of ultra-paranoid computing. Files: parapass.class.php - Main class example.php - Simple application example passcode.txt - File to store saved passcode Installation: Upload files to a web accessible location on your server (eg. public_html) Configuration: passcode.txt file needs read and write access (666) or (777) on linux servers. empty file contents if you want a new passcode generated during first run. You can change the following settings in the class to meet your specific needs... $secretKey - Secret key used to generate a passcode that is safe to store. This key must contain 9 unique characters which will be used to generate a passcode. If you are using this class in production, you should change the default characters to a unique set for you. Usage: Refer to example.php file for usage example. This beta release currently only supports the passcode generation and trainer. Future releases will incorporate the authentication methods. Refer to parapass.class.php file for instructions on using methods Changelog 0.1 beta Initial beta release