What Is JSON Decrypt?
This tool decrypts JSON data that was previously encrypted using the XOR cipher and Base64 encoding. Provide the same key that was used during encryption to restore the original JSON content.
How to Use
- Start the first line with
key: your-secret-key(the same key used for encryption). - Paste the encrypted Base64 text below the key line.
- Click "Decrypt" to restore the original JSON data.
Frequently Asked Questions
What if I forget the key?
The decryption requires the exact same key used for encryption. Without it, the data cannot be recovered.
Can I encrypt data too?
Yes, click Swap to switch to encryption mode, or use the JSON Encrypt tool directly.