PHP Classes

Cripto PHP: Encrypt and decrypt PHP source code files

Recommend this page to a friend!
  Info   View files View files (4)   DownloadInstall with Composer Download .zip   Reputation   Support forum (5)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2024-01-09 (2 months ago) RSS 2.0 feedStarStarStarStar 77%Total: 2,784 This week: 1All time: 1,357 This week: 571Up
Version License PHP version Categories
cripto-php 1.10The PHP License3.0PHP 5, Cryptography, Language
Description 

Author

This class can encrypt and decrypt PHP source code files.

It can read a given PHP script file and encrypt it with a given password. The encrypted data is encoded with base64.

The class can also do the opposite, i.e. read a previously encrypted file, decrypt it with the same password and execute it as PHP code.

Innovation Award
PHP Programming Innovation award winner
April 2014
Winner


Prize: One book of choice by Packt
PHP does not come with a built-in solution to protect the source code of PHP projects to make it difficult for other people to steal or alter source code without permission.

This class provides an alternative solution using encryption of the source code.

While it does not protect the source code from being stolen, it uses encryption to make it more difficult to find, read and alter source code directly.

Manuel Lemos
Picture of Andoitz Jordan Marmolejo
  Performance   Level  
Name: Andoitz Jordan Marmolejo <contact>
Classes: 7 packages by
Country: Spain Spain
Age: 33
All time rank: 81618 in Spain Spain
Week rank: 420 Up10 in Spain Spain Up
Innovation award
Innovation award
Nominee: 3x

Winner: 2x

Recommendations

Details

Created by andoitz.com Use this script for encrypt your php code You can have this class as API in other server 1. Encrypt your php files to cphp 2. Create an API with this class and your encrypted php classes. You can use the php class protector http://www.andoitz.com/proyectos/programacion/34-proyectos/programacion/82-php-class-protector.html 3. If you like MVC create a controller with a view and call your classes via your API. You will GET the response functions protected. 4. If you dont want touch API server, send your cphp files to de API server. API server will decrypt and execute your functions.

  Files folder image Files  
File Role Description
Plain text file CriptoPHP.php Class CriptoPHP Class
Accessible without login Plain text file exampleScript Data Example script
Accessible without login Plain text file exampleScript.php Example Example script
Accessible without login Plain text file README.md Doc. Documentation

 Version Control Unique User Downloads Download Rankings  
 75%
Total:2,784
This week:1
All time:1,357
This week:571Up
User Ratings User Comments (3)
 All time
Utility:100%StarStarStarStarStarStar
Consistency:96%StarStarStarStarStar
Documentation:80%StarStarStarStarStar
Examples:95%StarStarStarStarStar
Tests:-
Videos:-
Overall:77%StarStarStarStar
Rank:56
 
its good
7 years ago (Loya Iorpine Gabriel)
60%StarStarStarStar
doesnt work
7 years ago (Andrea Schiffo)
70%StarStarStarStar
This is a good class ;-)
9 years ago (José Filipe Lopes Santos)
60%StarStarStarStar