Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Human-oriented encoding for binary data

License

NotificationsYou must be signed in to change notification settings

tv42/zbase32

Repository files navigation

Packagezbase32 implements thez-base-32 encoding as specified inhttp://philzimmermann.com/docs/human-oriented-base-32-encoding.txt

This package has been extensively tested to match the behavior of thezbase32 Python package.

Note that this isnot RFC 4648/3548, for that seeencoding/base32.z-base-32is a variant that aims to be more human-friendly, and in somecircumstances shorter.

For usage, seegodoc.

Command line utilities

Included are simple command-line utilities for encoding/decoding data.Example:

$echo hello, world| zbase32-encodepb1sa5dxfoo8q551pt1yw$zbase32-decode pb1sa5dxfoo8q551pt1ywhello, world$printf'\x01binary!!!1\x00'| zbase32-encodeyftg15ubqjh1nejbgryy$zbase32-decode yftg15ubqjh1nejbgryy| hexdump -C00000000  01 62 69 6e 61 72 79 21  21 21 31 00              |.binary!!!1.|0000000c

About

Human-oriented encoding for binary data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp