[Bug] Can't decode rot47 encoded string
See original GitHub issue- Have you read our Wiki page “Common Issues & Their Solutions”?
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:
-
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
-
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:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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!
Sure, take your time 😁
The script looks really great btw! 🚀