Autumn (Bee)
Autumn (Bee)
Replace the Vigenere cracker with a Python version instead of the current C++ version.
Replace the Caesar cracker with a Python version instead of the current C++ version.
This looks good! https://github.com/HashPals/Search-That-Hash
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...
If someone uses the regex checker with a custom regex, we should encourage them to contribute that regex to what :-)
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
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...