PHP Classes
elePHPant
Icontem

What is the best PHP encrypt decrypt classes class?: Secure Encryption and Decryption of classes

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  All requests RSS feed  >  What is the best PHP encrypt decrypt classes class?  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

What is the best PHP encrypt decrypt classes class?

Edit

Picture of Sridhar Thirumalai Ananthanpillai by Sridhar Thirumalai Ananthanpillai - 1 month ago (2015-12-28)

Secure Encryption and Decryption of classes

This request is clear and relevant.
This request is not clear or is not relevant.

+2

Kindly suggest me a very high secure encryption and decryption class that will fullfil my high level security requirement.

Ask clarification

4 Recommendations

PHP Base64 Encode and Decode: Encode and decode data in base64 in pure PHP

This recommendation solves the problem.
This recommendation does not solve the problem.

+1

Picture of Haseeb Basil by Haseeb Basil package author package author Reputation 30 - 20 days ago (2016-01-25) Comment

Base64 Encode and Decode pure PHP.


PHP Ghost Crypt: Encrypt PHP code and generate self decrypting code

This recommendation solves the problem.
This recommendation does not solve the problem.

+1

Picture of Dave Smith by Dave Smith Reputation 5955 - 1 month ago (2016-01-03) Comment

This package has 2 unique properties. First it generates a self decrypting file from the original and second it provides a way to supply a secret keyword so that if someone takes the code, they can't read or implement it without knowing the secret.

As mentioned, nothing is super secure in pure php. To get super secure, you will need to get an encoder like sourceGuardian, Nusphere's NuCoder, Zend's zendGaurd, etc... The advantage to these encoders is that your code will actually run faster.

Dave


PHP Code Encryption: Obfuscate PHP scripts by replacing variable names

This recommendation solves the problem.
This recommendation does not solve the problem.

0

Picture of Manuel Lemos by Manuel Lemos Reputation 11100 - 1 month ago (2016-01-01) Comment

I think encryption is not really a good idea for pure PHP solutions because decryption takes time and delays the execution of your code and they really do not prevent people to steal your code.

Anyway, this class creates obfuscated versions of your code making them harder to read and understand.

If you really want to go further you can create phar archives from your classes. Phar archives can also be easily decoded but many people without much people knowledge do not know how to do it.


Cripto PHP: Encrypt and decrypt PHP source code files

This recommendation solves the problem.
This recommendation does not solve the problem.

0

Picture of Miguel by Miguel Reputation 140 - 1 month ago (2016-01-01) Comment

This class is good


Recommend package
: 
: