Login   Register  
PHP Classes
elePHPant
Icontem

File: Readme.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Mark Holtzhausen  >  shaCrypt  >  Readme.txt  >  Download  
File: Readme.txt
Role: Documentation
Content type: text/plain
Description: Usage Instructions
Class: shaCrypt
Encrypt and decrypt data using SHA1 hashes of keys
Author: By
Last change:
Date: 2009-07-27 06:39
Size: 244 bytes
 

Contents

Class file image Download
To use this class, include the shaCrypt.php file.
For encryption $cryptString=shaCrypt::encode([string],[pass],[boolean:return as base64 encoded]);
For decryption $string=shaCrypt::encode([CryptString],[pass],[boolean:first base64 decode]);