Autumn (Bee)

Results 101 issues of Autumn (Bee)

Replace the Vigenere cracker with a Python version instead of the current C++ version.

bug

Replace the Caesar cracker with a Python version instead of the current C++ version.

bug

This looks good! https://github.com/HashPals/Search-That-Hash

enhancement
New Decoder

I propose 2 things: 1. We use PyWhat to determine whether something is possible (is the text morse code? Hexadecimal?) 2. We build a YAML configuration file that determines the...

enhancement

Some tech debt cleanup!

bug

If someone uses the regex checker with a custom regex, we should encourage them to contribute that regex to what :-)

bug

Note: I do this a few times instead of making one rich console object and passing it through the config. Will make an issue :-) _Originally posted by @bee-san in...

Currently it does not do this, see: https://github.com/Ciphey/Ciphey/blob/35e3de89d2a4ea0353c28aae8d290022715dc01d/ciphey/ciphey.py#L30

enhancement

Ciphey is made up of many smaller projects: * Name-that-hash * Search-that-hash * PyWhat It's a good idea to tell people to go to these repos and contribute there if...

maintenance