Skip to content

Instantly share code, notes, and snippets.

View adventureloop's full-sized avatar

Tom Jones adventureloop

View GitHub Profile
@adventureloop
adventureloop / zbase32.py
Last active August 29, 2015 14:17 — forked from tochev/zbase32.py
#!/usr/bin/env python3
"""
Command line zbase32 encoder and decoder.
See http://philzimmermann.com/docs/human-oriented-base-32-encoding.txt
Please note that scrip loads the data in memory.
Copyright: Tocho Tochev <tocho AT tochev DOT net>
Licence: MIT
"""