PHP Classes

File: Readme.txt

Recommend this page to a friend!
  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: 15 years ago
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]);