gchq/CyberChef

Operation request: Carry out multiple operations on the same input

Open

#424 建立於 2018年11月20日

在 GitHub 查看
 (1 留言) (2 反應) (0 負責人)JavaScript (3,944 fork)batch import
help wantedoperation

倉庫指標

Star
 (34,843 star)
PR 合併指標
 (平均合併 57天 13小時) (30 天內合併 62 個 PR)

描述

Summary

A Flow Control operation, similar to Fork, but with the goal of carrying out the subsequent operations in the recipe on the same input, rather than chaining them together and operating on the output of the previous operation as normal.

Example

Input

Test

Recipe

Branch (or some other more suitable name)
To Hex
To Base64
To Binary

Output

54 65 73 74
VGVzdA==
01010100 01100101 01110011 01110100

I don't really like the name 'Branch' because it's too close to 'Fork' and would lead to confusion, but I can't think of a more suitable name at the moment.

貢獻者指南