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.

[Bug] Can't decode rot47 encoded string

See original GitHub issue

Describe the bug Ciphey can’t decode a rot47 encoded string.

Plaintext

';u22>'v$)='2a#B&>`c'=+C(?5(|)q**bAv2=+E5s'+|u&I'vDI(uAt&=+(|`yx')Av#>'v%?}:#=+)';y@%'5(2vA!'<y$&u"H!"ll

Version

  • OS/Distro: Linux – Ubuntu 20.04
  • Python version: Python 3.8.5
  • Ciphey versions: 5.11.1, 0.3.2, and 0.3.34
  • Did you use Docker? Nope

Verbose Output Log file was 12+ MB, can’t upload on pastebin. https://drive.google.com/file/d/1LkPm0wp6p0rnQimBHtpvRi7yZaqJA-7f/view?usp=sharing

To Reproduce Steps to reproduce the behavior:

  1. What input did you use? ';u22>'v$)='2a#B&>c’=+C(?5(|)q**bAv2=+E5s’+|u&I’vDI(uAt&=+(|yx')Av#>'v%?}:#=+)';y@%'5(2vA!'<y$&u"H!"ll

  2. What flags / arguments did you use? -f file.txt -v

Expected behavior Rot47 string should be decoded.

Any other information? I do think since the string needs to be base64 decoded after rot47 decoding, the script might be failing.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
bee-sancommented, Jun 10, 2021

Hey @Anon-Exploiter ! Good news: https://github.com/bee-san/what

We now have a system for many patterns!

Bad news, the key:value regex has too many false positives 😦 we are working on figuring out how to fix that!

0reactions
Anon-Exploitercommented, Jun 14, 2021

Sure, take your time 😁

The script looks really great btw! 🚀

Read more comments on GitHub >

github_iconTop Results From Across the Web

ROT47 Text - Online Text Tools
Super simple, free and fast browser-based utility for converting text to rot47. Just paste your text and it'll instantly get encrypted to rot47....
Read more >
ROT47 a String - Online String Tools
Simple, free and easy to use online tool that rot47s a string. No intrusive ads, popups or nonsense, just a string to rot47...
Read more >
ROT128 decoded incorrectly (Java in General ... - CodeRanch
After learning about ROT47, testing with ROT128 (full ASCII table). ... string, before you encode it, and not only the decoded version.
Read more >
ROT-47 Cipher - ROT47 - Online Decoder, Encoder, Translator
Tool to decrypt/ encrypt with Rot47. The ROT-47 cipher is a variant of the ROT-13 suitable for ASCII characters, exactly a subset of...
Read more >
c++ - ROT47 Implementation - Code Review Stack Exchange
#include <cstring> #include <cstdio>. You're not using either of those, so remove them, and include <string> instead to get std::string .
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