SkillAgentSearch skills...

Crock32

Implementation of Douglas Crockford's base32 encoding scheme in Go.

Install / Use

/learn @richardlehane/Crock32
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Implementation of Douglas Crockford's Base32 encoding.

Example usage:

i, _ := crock32.Decode("a1j3")
s := crock32.Encode(i)
fmt.Println(s)

Crock32 is useful for "expressing numbers in a form that can be conveniently and accurately transmitted between humans and computer systems".

See http://www.crockford.com/wrmg/base32.html for details.

Note: crock32 differs from Crockford in its use of lower-case letters when encoding (decode works for both cases). To change, use: crock32.SetDigits("0123456789ABCDEFGHJKMNPQRSTVWXYZ")

Install with go get github.com/richardlehane/crock32

View on GitHub
GitHub Stars23
CategoryDevelopment
Updated7mo ago
Forks2

Languages

Go

Security Score

82/100

Audited on Aug 26, 2025

No findings