Implementation of Crockford's Base32 Encoding?

Petite Abeille petite.abeille at gmail.com
Sun Apr 6 05:07:18 EDT 2008


On Apr 6, 2008, at 9:20 AM, samslists at gmail.com wrote:

> Anyone know of a Python implementation of this: http://www.crockford.com/wrmg/base32.html

Not sure about Crockford's Base32 encoding itself, but here is an  
implementation of Bryce "Zooko" Wilcox-O'Hearn's "human-oriented  
base-32 encoding":

https://zooko.com/repos/z-base-32/base32/
https://zooko.com/repos/z-base-32/base32/DESIGN

--
PA.
http://alt.textdrive.com/nanoki/




More information about the Python-list mailing list