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.

ciphey always stuck up

See original GitHub issue

Hi,

Every time I run ciphey -t "<some encoding>" it’s always stuck in “Thinking”.

Issue Analytics

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

github_iconTop GitHub Comments

6reactions
nicolaiprecommented, Dec 24, 2020

@lukasgabriel Since nobody posted any debug logs here, here is one for reference for a similar problem.

Seems like it always gets stuck at xorcrypt.

2020-12-24 17:38:16.448 | DEBUG    | ciphey.basemods.Crackers.xorcrypt:attemptCrack:83 - Trying xorcrypt cipher on b'bVB1tKMl0EauVnISRak5saZ5TA=='
2020-12-24 17:38:16.448 | TRACE    | ciphey.basemods.Crackers.xorcrypt:attemptCrack:102 - Got possible length 1
2020-12-24 17:38:16.450 | DEBUG    | ciphey.basemods.Searchers.ausearch:search:263 - At depth 2
2020-12-24 17:38:16.451 | TRACE    | ciphey.basemods.Searchers.ausearch:search:269 - 8864 remaining on this level
...

5reactions
issue-label-bot[bot]commented, Aug 28, 2020

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.84. 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

Python code not stopping, getting stuck at a certain point
Cipher import AES import os from Crypto import * def encrypt(in_file, out_file, key, iv): bs = AES.block_size cipher = AES.new(key, AES.MODE_CBC ...
Read more >
Stuck on XOR decryption of firmware
The XOR cipher I am struggling with is the last step in going from the manufacturer's firmware file to what gets flashed into...
Read more >
Cracking Classic Ciphers
Now that we've cracked a couple of simple, but short, ciphers, let's explore how cryptographers might actually crack some classic ciphers.
Read more >
Destiny 2 Xenology guide: How to complete Xur's exotic ...
Here's how to complete the Xenology quest in Destiny 2, and claim an exotic cipher to cash in at the exotic archive.
Read more >
Substitution Cipher in Python and JS - Level Up Coding
Here you will learn both encrypting your text and read someone's secret chat that was encrypted with a substitution cipher. The bad thing...
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