PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Nick Daniels   PHP Ghost Crypt   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example File
Class: PHP Ghost Crypt
Encrypt PHP code and generate self decrypting code
Author: By
Last change: Implementation of new encryption, for this file, added GhostCrypt("infile", ".ext", "publickey");
Date: 8 years ago
Size: 112 bytes
 

Contents

Class file image Download
<?php

require_once 'GhostCrypt.class.php';

$gcrypt = new GhostCrypt("infile.php", ".enc.php", "PubKey");