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.

Missing underscores while decoding a Atbash string.

See original GitHub issue

Describe the bug A clear and concise description of what the bug is. -----> Underscores are neglected while outputting decoded string which is encoded with atbash cipher.

Plaintext

ciphey -t "Tizmg_nv_zxxvhh_gl_gsv_nzk_kovzhv"
Result 'Grant me access to the map please' (y/N): y
Format used:
  atbash
  reverse
  atbash
  leet
  atbash
  reverse
Final result: "Grant me access to the map please"

Version

  • OS/Distro: [Kali Linux 2019.2]
  • Python version: [Python 3.7.5rc1]
  • Ciphey versions: [Version: 5.5.2, Version: 0.3.1, Version: 0.3.26]
  • Did you use Docker? ----->No

Verbose Output [https://gist.github.com/547y4m/bbebeea865dfe7f63f4269466071edef]

To Reproduce Steps to reproduce the behavior:

  1. What input did you use? “Tizmg_nv_zxxvhh_gl_gsv_nzk_kovzhv”

  2. What flags / arguments did you use? (-t) ciphey -t “Tizmg_nv_zxxvhh_gl_gsv_nzk_kovzhv”

Expected behavior I expect that output would be with underscores, but they are missing.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
bee-sancommented, Oct 27, 2020

This problem is because “hello_my_name_is_bee” isn’t English unless you take away the underscores. Per our wiki this is expected behaviour that will change with our new checkers 😄

In the first wiki page, I talk about why CyberChef can decode that string and Ciphey can’t: image

And in the 2nd wiki page, I describe how we’re going to solve the problem of not being able to decode that string: image

1reaction
issue-label-bot[bot]commented, Oct 26, 2020

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.74. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Identifying Unknown Ciphers - Practical Cryptography
The scenario: you have an unknown cipher and you need to decipher it. You don't know the key, or even the algorithm that...
Read more >
Rust exercises on Exercism
Explore the Rust exercises on Exercism. Unlock more exercises as you progress. They're great practice and fun to do! All Exercises.
Read more >
Atbash Cipher - Backwards/Reverse Alphabet - dCode.fr
Tool to decrypt/encrypt with Atbash (Mirror code), a substitution cipher replacing the first letter of the alphabet with the last, the second with...
Read more >
C839 - Intro To Cryptography - Study Prep Flashcards - Quizlet
Study with Quizlet and memorize flashcards containing terms like Which encryption standard uses the same key to encrypt and decrypt messages?
Read more >
Cyberpunk 2077 - Game Detectives Wiki
Players immediately noticed some valuable info during the trailer, ... The above string was encoded in Base64, and after decoding becomes the first ......
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