mufeedvh / basecrack

Decode All Bases - Base Scheme Decoder
MIT License
534 stars 91 forks source link

Include new feature #14

Closed WeichuZheng closed 3 years ago

WeichuZheng commented 3 years ago

Are you interested in including Base100 to your work? Or you regard it as a king of trick that differs from traditional base codes?

mufeedvh commented 3 years ago

You mean this? Haha that would be interesting to work on although will not be useful in any regard. If I do get some time, I will maybe add it as an additional option. This tool is basically meant to solve lame CTF challenges and who knows if some CTF comes up with Base100 in a challenge, might as well add that too lol.

WeichuZheng commented 3 years ago

You mean this? Haha that would be interesting to work on although will not be useful in any regard. If I do get some time, I will maybe add it as an additional option. This tool is basically meant to solve lame CTF challenges and who knows if some CTF comes up with Base100 in a challenge, might as well add that too lol.

Actually I also participate in some CTF events, and I've met Base100 many times in others' summary on crypto questions as 'emoji code'. Adding it to your work might be a funny and useful option lol.

mufeedvh commented 3 years ago

Yeah that would be funny :laughing:, I will definitely add Base100 soon. Also, if you know any other challenges like these please do mention them so I can automate that too lol. These kinda challenges are getting out of hand.

mufeedvh commented 3 years ago

Hey @Phile-matology, I added it!

Lo and behold! :laughing:

base100

Try it out!

$ git pull
$ pip3 install -r requirements.txt
$ python3 basecrack.py

Base100 Encoded String

👫👟👜🐗👨👬👠👚👢🐗👙👩👦👮👥🐗👝👦👯🐗👡👬👤👧👜👛🐗👦👭👜👩🐗👫👟👜🐗👣👘👱👰🐗👛👦👞🐁

Along with this addition and some refactoring is the v4.0 release! :raised_hands: