What Is JSON Encrypt?
This tool encrypts JSON data using a simple XOR cipher with a user-provided key, then encodes the result as Base64. It is useful for obfuscating sensitive configuration data or JSON payloads during transit or storage.
How to Use
- Start the first line with
key: your-secret-keythen paste your JSON below. - Click "Encrypt" to generate the encrypted Base64 output.
- Share the encrypted text with anyone who has the same key to decrypt.
Frequently Asked Questions
Is this encryption secure?
XOR cipher is a basic obfuscation method and not suitable for production security. Use proper encryption libraries (AES) for sensitive data.
Can I decrypt the data back?
Yes, click Swap to switch to decryption mode, or use the JSON Decrypt tool with the same key.