basecrack icon indicating copy to clipboard operation
basecrack copied to clipboard

the big base.......

Open kisspanda opened this issue 3 years ago • 2 comments

hi

I have a TXT document,It's about 13mb,There are various base encrypted contents

when i use the basecrack decode the txt,It stops halfway through the operation

How can I send the document to you.......

kisspanda avatar Jul 27 '22 06:07 kisspanda

https://github.com/kisspanda/the-big-base

here is the big txt .....

thanks

kisspanda avatar Jul 27 '22 06:07 kisspanda

@kisspanda You can try this :

$ pip3 install codext
$ cat base_flag.txt | codext guess -i base16 -i base32 -i base64 -M 30 -f flag
Codecs: base64, base64, base16, base16, base64, base64, base16, base32, base32, base32, base32, base16, base64, base32, base64, base16, base16, base64, base32, base32, base16, base16, base16, base16, base16
flag{<<redacted>>}

r4gn4r0x avatar Sep 12 '22 20:09 r4gn4r0x