Binary Bug
See original GitHub issueThis is 2 bugs in one, but both relate to binary
┏━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┓
┃ Name of Cipher ┃ Probability ┃
┡━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━┩
│ Reverse │ 100.0% │
└────────────────┴─────────────┘
Traceback (most recent call last):
File "/home/bee/.local/bin/ciphey", line 8, in <module>
sys.exit(main())
File "/home/bee/.local/lib/python3.8/site-packages/ciphey/__main__.py", line 302, in main
cipherObj.decrypt()
File "/home/bee/.local/lib/python3.8/site-packages/ciphey/__main__.py", line 128, in decrypt
self.one_level_of_decryption()
File "/home/bee/.local/lib/python3.8/site-packages/ciphey/__main__.py", line 185, in one_level_of_decryption
self.decryptNormal()
File "/home/bee/.local/lib/python3.8/site-packages/ciphey/__main__.py", line 193, in decryptNormal
ret = key.decrypt(self.text)
File "/home/bee/.local/lib/python3.8/site-packages/ciphey/Decryptor/Encoding/encodingParent.py", line 40, in decrypt
self.lc = self.lc + answer["lc"]
TypeError: 'NoneType' object is not subscriptable```
**I cannot recreate the original issue since I re-installed ciphey, but the comments still remain important**.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Invader | Binary Bug (2008) - Artsy
Binary Bug, 2008 ... In the late 1990s, anonymous French artist Invader began cementing and gluing ceramic mosaic Space Invaders—pixelated characters from the ......
Read more >Binary Bug (Character) - Comic Vine - GameSpot
The Binary Bug suit built by the Tinkerer offered limited protection against attacks, allowed flight, and could fire electrical blasts. Rambo ...
Read more >Binary.com - HackerOne
The Binary.com Bug Bounty Program enlists the help of the hacker community at HackerOne to make Binary.com more secure. HackerOne is the #1...
Read more >Binary Bug (Joseph Rambo) - Marvel-Microheroes Wiki
Binary Bug (Joseph Rambo). Edit. BinaryBug.png. Binary Bug by leokearon.jpg. Advertisement. More Information. Top Contributors. Calendarboy. Comments (0).
Read more >Reversing Binary: Spotting Bug without Source Code
However, the binary using in this article would be bug-free altogether. Essentials. To uncover format string or any other bugs without source ...
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
fixed it
I will fix this!