Skip to content

An alternate base32 encoder (not RFC 3548 compliant)

Notifications You must be signed in to change notification settings

LironHaroni/zbase32

 
 

Repository files navigation

For the python version you will need pyutil [1]. 

To build the C version you will need libzstr [2], a C library for safe, efficient,
8-bit clean strings.

Please see the DESIGN file for a justification of the specific base-32 encoding 
and why it differs from previous encodings such as [3].

[1] http://sourceforge.net/projects/pyutil
[2] http://sourceforge.net/projects/libzstr
[3] http://www.ietf.org/internet-drafts/draft-josefsson-base-encoding-04.txt

About

An alternate base32 encoder (not RFC 3548 compliant)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 74.6%
  • C 25.4%