I have a list of base64 encoded info_hashes such as:
GiQilvwxZ4LUpJ/NpVUv9f7tV8s=
But when I run echo ... | base64 -d
, it doesn't give me the real infohash, but a bunch of gibberish block characters.
How do I get the real, info_hash that's usable in a magnet link, from a base64 encoded one?
Thanks in advance.
It required a hex conversion to base 32, here's the command: