I am attempting to use this to batch convert base32 SHA-1 hashes without much luck. The posted urnDecode gives the standard "Data contains non-base32 characters." Any ideas on what would need to be done to fix it?
According to the module, decode_base32 performs a lc(). I've tried tossing in a lc() and an unpack(H32,) without any luck.