base32

command module
v0.0.0-...-42703f5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2020 License: MIT Imports: 5 Imported by: 0

README

base32

Golang base32 tool

Installation

go install github.com/rybus/base32

add ~/go/bin to your $PATH.

Usage

echo "foo" | base32
MZXW6===

echo "MZXW6===" | base32 --decode
"foo"

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL