Umm, it's not a tool, it's just php code.
You cannot just base64 decode it, it will return even worse gibberish.
The theme author is using this to decode
unserialize(gzuncompress(stripslashes(base64_decode(strtr('GIBBERISH', '-_,', '+/=')))));
You can use this to encode...