Skip to content

v0.1.0

Compare
Choose a tag to compare
@shavit shavit released this 25 May 17:57
· 3 commits to master since this release

Usage

Usage: zbase32 [text] [options]
Options:

	-h Prints this message
  1. Encode
$ zbase32 Hello
JBSWY3DP
  1. Decode
$ zbase32 -d JBSWY3DP
Hello