Skip to content

JSON Decrypt

Decrypt previously encrypted JSON data back to its original readable format.

Input

text
loading editor…

Add key: yourkey on first line, then paste encrypted text below...
or drop a file anywhere in this pane

Output

json

Decrypted JSON will appear here...
press to decrypt

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

  1. Start the first line with key: your-secret-key (the same key used for encryption).
  2. Paste the encrypted Base64 text below the key line.
  3. 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.

Related Tools