How can I encode something in base32 preferably very fast?

Johannes Findeisen mailman at hanez.org
Mon Jul 25 10:51:05 EDT 2005


On Mon, 2005-07-25 at 17:23 +0300, Elmo Mäntynen wrote:
> I want to encode a plaindigest or a hexdigest in base 32. Any hints?

Search Google for "python base32" isn't as hard...

First result are the original python lib documentation:
http://docs.python.org/lib/module-base64.html

I think  you need to convert to a String before encoding... 

Have fun,
-- 
Johannes Findeisen
http://hanez.org/




More information about the Python-list mailing list