Welcome, this tool will allow you to encrypt your private PHP source files. This will semi-secure PHP source from curious minds. The generated script can be run via the CLI or web using PHP and mycrypt. A Passphrase is required before any of your code is ever displayed in plain text. To execute the script you would access your code via HTTPS://yourdomain.com/generatedcode.php. This method of encrypting source files is limited in application. If you decide to restart the PHP script or give public access, this will force you to expose your passphrase. It will also be limited in including external encrypted source files. How to use: Step 1. Remove the opening and closing php tags from the script. Your encrypted code will fail to execute if they are not removed. Step 2. Paste the source in this text area. Step 3. Select a passphrase. Make sure the passphrase is longer than 8 characters. Step 4. Submit the form and copy the encrypted, ready to run source. In order to execute your script, you will need to provide the passphrase. Upload your code to your server and test it. FAQ Q. Why is the IV displayed in clear text? A. It is common for the initialization vector to be prepended to an encrypted file. The IV on its own, is useless without the correct key or passphrase. Any questions? irc.elitter.net #elitter Thats all. Enjoy.
PassPhrase:
Confirm PassPhrase: