-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: transposition / caesar box ciphers #1061
Comments
Went to CyberChef to look for Caesar cipher encode/decode. Walked away sadly. Then walked here with newfound hope and vision for the future. |
Caesar cipher is the same as the ROT-13 operation.
… On 4 Mar 2021, at 18:53, Paul Masek ***@***.***> wrote:
Went to CyberChef to look for Caesar cipher encode/decode. Walked away sadly.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
It encompasses other rotations as well. Such as only rotating 1 character. |
Yes, if you tried the operation you would see that you can choose in the range 1-26
… On 4 Mar 2021, at 19:01, Paul Masek ***@***.***> wrote:
It encompasses other rotations as well. Such as only rotating 1 character.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Okay, thanks. Seems like it's inappropriately named then. |
At least we'll avoid this situation now. |
If you search for "caesar" in the operation search box, you'll see a few operations that might solve the problem for you. ROT13 is one (and if you hover over and read the description you'll see that the shift amount can be configured). Another is the Substitute operation, which allows you to specify a full alphabet of substitutions. This means you aren't restricted to keeping the alphabet in order. |
Reopening since this is not the same as a Caesar Box Cipher |
Is your feature request related to a problem? Please describe.
There are no transposition ciphers available to work with, unlike dcode.fr which does.
Describe the solution you'd like
To be able to decode caesar box / transposition ciphers.
Describe alternatives you've considered
https://www.dcode.fr/caesar-box-cipher
Additional context
This code is unsolvable on cyberchef:
yvheu vayen snioi ersor sletd nuccs ilill vaeef tltsv nikes avoia hneag nriti omsee dshog chzlt smvii twoii zyoio enaln ilsio ocsra byini onunb tglul saani felfe atetg ntxeo uatno shawh xlfnm idnsi ihexl tdonw lwsne lx
Thanks!
The text was updated successfully, but these errors were encountered: