Skip to content

rybus/base32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Golang base32 tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages