This tool allows you to securely encrypt and decrypt your scripts using advanced AES-256-GCM encryption. Our tool ensures your source code remains secure and prevents theft or unauthorized use of the script.
How It Works
When you paste your script into the encryption form, the tool applies AES-256-GCM encryption. This method not only encrypts your data but also ensures integrity by verifying authenticity during decryption.
How to Use
- Go to the [Encrypt] page (encrypt.php).
- Copy and paste the script you want to encrypt in the script code field. Alternatively, you can also upload the script as a file (
.txtformat). - Set a password, with a minimum of 6 characters. Choose a strong but easy-to-remember password; this is essential and will be used later if you ever need to edit or decompile (decrypt) the script.
- Determine the target domain. If the encrypted script is copied by others to their site, it might still function. To prevent this, we protect the script so it can only be used on the specific domain(s) you list. If you need more than one domain, separate them with a comma. Example:
example.com,newsite.com,oldsite.com - We include a compress option before encryption. If your script is very long and contains many comments, empty spaces, or frequent line breaks, we recommend checking the Compress box so the final output size isn't excessively large. Compress Here
- The final step is to click the Encrypt button to start the process.
- Once complete, copy or download the encrypted result.
- To restore your script, use the [Decrypt] page (decrypt.php).
Benefits
- Protects your intellectual property.
- Prevents unauthorized modifications.
- Lightweight and easy to use.
- SEO friendly and responsive interface.