question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature request: transposition / caesar box ciphers

See original GitHub issue

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!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
n1474335commented, Mar 5, 2021

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.

0reactions
n1474335commented, Mar 5, 2021

Reopening since this is not the same as a Caesar Box Cipher

Read more comments on GitHub >

github_iconTop Results From Across the Web

Caesar Box Cipher - Online Decoder, Encoder - dCode.fr
Tool to decrypt/encrypt with Caesar Box, a Roman version of the scytales for ciphering text by transposition. ➕ Add Caesar Box Cipher to...
Read more >
Enhancing the Security of Caesar Cipher Substitution ... - arXiv
To increase the strength of this classical encryption technique, the proposed modified algorithm uses the concepts of affine ciphers, transposition ciphers and.
Read more >
Substitution Cipher - an overview | ScienceDirect Topics
Substitution ciphers encrypt the plaintext by swapping each letter or symbol in the plaintext by a different symbol as directed by the key....
Read more >
Caesar Cipher in Python - Javatpoint
Transposition cipher algorithm is a technique where the alphabet order in the plaintext is rearranged to form a cipher text. This algorithm doesn't...
Read more >
Encryption 101: Substitution ciphers - Egress
So far in this blog series, we've mainly focused on transposition ciphers, which encrypt their messages by shifting the letters around, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found