gchq/CyberChef

Operation request: Add custom alphabet support to Atbash and Affine ciphers

开放

#73 创建于 2017年2月9日

 (4 条评论) (0 个反应) (0 位负责人)JavaScript (3,944 个派生)batch import
help wantedoperationpriority

仓库指标

星标
 (34,843 个星标)
PR 合并指标
 (平均合并 57天 13小时) (30 天内合并 62 个 PR)

描述

Summary

Add the ability to specify different alphabets for use with the Affine and Atbash cipher operations.

Possible solutions

The editableOption argument type could be useful. See 'To Base64' for an example of how this works. You could specify a few default alphabets (Latin, Hebrew etc.) whilst still allowing users to enter a custom alphabet of their choosing.

贡献者指南