gchq/CyberChef

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

Open

#73 aberto em 9 de fev. de 2017

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (3.944 forks)batch import
help wantedoperationpriority

Métricas do repositório

Stars
 (34.843 stars)
Métricas de merge de PR
 (Mesclagem média 57d 13h) (62 fundiu PRs em 30d)

Description

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.

Guia do colaborador