CyberChef-server icon indicating copy to clipboard operation
CyberChef-server copied to clipboard

add GET /bake for deeplink requests

Open d98762625 opened this issue 4 years ago • 1 comments

With this addition, you will be able to cpopy/paste deeplinks from the cyberchef UI (everything after the #) and paste it in as a query to /bake and it will bake it for you.

  • Input is base64 encoded in URL, so we decode that.
  • if a recipe output type is ArrayBuffer, it is binary, so base64 encode the dish value before returning. returned type is still ArrayBuffer.

Blocked by this PR in cyberchef repo

Closes #15

d98762625 avatar May 29 '20 15:05 d98762625

See the tests in this PR, you will see two unexpected behaviours. Investigate these and raise or fix appropriately before merging.

d98762625 avatar May 29 '20 15:05 d98762625