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.

贡献者指南