{
  "schema": 1,
  "build": {
    "css": "style.css",
    "js": "gradient.js"
  },
  "params": {
    "kdf": "pbkdf2",
    "hash": "sha256",
    "iterations": 600000,
    "keysize": 256,
    "salt": "755c9bac8e3f53b14bc752a6e816b234",
    "cipher": "aes-256-gcm",
    "keyformat": "hex",
    "iv": "9aaf22521a785a1bd41b2038",
    "tag": "5cc3f8fca727114ca7e97deb41a8075a",
    "payload": "441a41b75e0527ea306b1d5a091dcfae30c195bf38dd077fbc380539d52b3040895ed21d405af3"
  },
  "recipes": {
    "derive": "https://gchq.github.io/CyberChef/#recipe=Derive_PBKDF2_key(%7B'option':'UTF8','string':''%7D,256,600000,'SHA256',%7B'option':'Hex','string':'755c9bac8e3f53b14bc752a6e816b234'%7D)",
    "decrypt": "https://gchq.github.io/CyberChef/#recipe=AES_Decrypt(%7B'option':'Hex','string':''%7D,%7B'option':'Hex','string':'9aaf22521a785a1bd41b2038'%7D,16,'GCM','Hex','Raw',%7B'option':'Hex','string':'5cc3f8fca727114ca7e97deb41a8075a'%7D,%7B'option':'Hex','string':''%7D,'Off')&input=NDQxYTQxYjc1ZTA1MjdlYTMwNmIxZDVhMDkxZGNmYWUzMGMxOTViZjM4ZGQwNzdmYmMzODA1MzlkNTJiMzA0MDg5NWVkMjFkNDA1YWYz"
  },
  "steps": [
    "1. Open recipes.derive. Type the passphrase into the Passphrase FIELD, not the input pane (the input pane is ignored). Bake. Takes a few seconds at 600000 iterations. Copy the 64-char hex output.",
    "2. Open recipes.decrypt. Key = the hex from step 1, format set to HEX. IV = params.iv. GCM Tag = params.tag. Input = params.payload, input format Hex.",
    "3. Bake."
  ]
}
