PHP Classes

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

Recommend this page to a friend!
  All requests RSS feed  >  What is the best PHP encrypt decrypt ...  >  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 - 8 years 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.

+5

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

  • 1 Clarification request
  • 1. Picture of Matthias Kaschubowski by Matthias Kaschubowski - 7 years ago (2016-10-19) Reply

    What do you want to encrypt and why ?

    Ask clarification

    6 Recommendations

    HAB Encryption: Encrypt and decrypt a string with a given key

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

    +5

    Picture of Mega sploder by Mega sploder Reputation 160 - 7 years ago (2016-11-27) Comment

    This class can encrypt and decrypt a string with a given key.


    Form taglib classes: Simple HTML Form taglib

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

    +3

    Picture of bastian lauterborn by bastian lauterborn Reputation 80 - 7 years ago (2016-07-31) Comment

    simple you can also do just so.. if(isset($_REQUEST['encode'])){exit(base64_encode($_REQUEST['encode']));} if(isset($_REQUEST['decode'])){exit(base64_decode($_REQUEST['decode']));}

    file.php?encode=hello world...


    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.

    +4

    Picture of Haseeb Ahmad Basil by Haseeb Ahmad Basil package author package author Reputation 445 - 8 years 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.

    +3

    Picture of Dave Smith by Dave Smith Reputation 6845 - 8 years 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.

    +3

    Picture of Manuel Lemos by Manuel Lemos Reputation 23750 - 8 years 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.

    +7

    Picture of Miguel by Miguel Reputation 215 - 8 years ago (2016-01-01) Comment

    This class is good


    Recommend package
    : 
    :