SkeletalDemise
SkeletalDemise
> Please let me know if you think of anything that could make this work. I'm stumped. Try using a regular hill climbing algorithm instead of a threshold acceptance algorithm...
That's weird because I can't reproduce that. It works fine for me: ``` ciphey -t "56inrkS7AcAXatqrFM" Possible plaintext: 'time\n00:10:51' (y/N): y ╭────────────────────────────╮ │ Formats used: │ │ base58_bitcoin │ │...
Why is Base8 (octal) under not done? Octal is already implemented unless I'm missing something. Just wondering.
I'm working on this with @Mr-Salme. They will add detailed documentation on how to add a C++ cracker after I complete it.
I am currently working on Vigenere in Python along with Vigenere variants like this. No one should work on this, as they will all need to be somewhat together.
>I think we should remove `::` :) What do you mean by that? We can't remove all instances of `::` because then the IPv6 regex won't work.
> I doubt the IPv6 address regex will 100% break if we ask it to not match things which are 2 characters Sorry I got confused and thought you meant...
As mentioned, that's not an actual enigma cipher cracker. Trying to crack the enigma cipher with no key is pretty complex and would be too slow in Python. Closing this...
https://towardsdatascience.com/breaking-the-enigma-code-in-python-with-mcmc-marvel-themed-9ceb358dd8ae This article has nothing to do with the enigma cipher despite the title. It's clickbait. The ciphertext cracked in the article is a monoalphabetic substitution cipher with a custom...
Closing this because I still can't produce it. As for the logs, running ciphey like `python -m ciphey` isn't recommended and that's not the latest version of Python 3.8. If...