r4gn4r0x

Results 2 comments of r4gn4r0x

Consider using [`codext`](https://github.com/dhondta/python-codext), it extends the native `codecs` package with lots of additional encoding and provides an API to add your own easily. It implements Base58 (Bitcoin, Ripple, Flickr) and...

@kisspanda You can try this : ```console $ pip3 install codext $ cat base_flag.txt | codext guess -i base16 -i base32 -i base64 -M 30 -f flag Codecs: base64, base64,...