PHP Classes

File: readme.txt

Recommend this page to a friend!
  Classes of James Moore   pgp_enc.Class   ???   Download  
File: ???
Role: ???
Content type: text/plain
Description: Readme File
Class: pgp_enc.Class
Author: By
Last change:
Date: 25 years ago
Size: 1,354 bytes
 

Contents

Class file image Download
/*************************************** ** Title.........: PGP Encrypted Mail Class ** Version.......: 1.0 ** Author........: James Moore <[email protected]> ** Filename......: readme.txt ** Last changed..: 17/04/2000 ** Notes.........: Based upon html_mime_mail.class ** by Richard Heyes <[email protected]> ** and Tobias Ratschiller <[email protected]> ** and Sascha Schumann <[email protected]>. ** ***************************************/ The commands are currently set for pgp version 5, just change the sign command and the encrypt command to the correct commands at the top of pgp_enc.class I was originally going to write a class that extends Richards exelent html_mime_class but started prodding at the code and built it in, but all the original code is there so you can use it the same way as Richards class but just with the new functionality. You need to alter pgp_enc.class very slightly with a few variables as well as pgp_enc_demo.php3 for eveything to work. If there is a problem make sure of the following -Your Key is totally trusted -Everything is readable by the http deamon -Its an idea to chmod 777 everything then to redcue this value when everything works Please send any comments to [email protected] Thanks James Moore 17/04/00