mufeedvh / basecrack

Decode All Bases - Base Scheme Decoder

Home Page:https://basecrack.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include new feature

WeichuZheng opened this issue ยท comments

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

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.

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.

Yeah that would be funny ๐Ÿ˜†, 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.

Hey @Phile-matology, I added it!

Lo and behold! ๐Ÿ˜†

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! ๐Ÿ™Œ