Registry / crypto / hashicorp-go-secure-stdlib-base62

hashicorp-go-secure-stdlib-base62

JSON →
library0.1.2gogounverified

Package base62 provides utilities for working with base62 strings containing only 0-9, a-z, A-Z.

go get github.com/hashicorp/go-secure-stdlib/base62
INSTALL
IMPORT
SIG · HASHICORP-GO-SECUR
H
hashicorp-go-secure-stdlib-base62
cryptogov0.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

base62
✓ github.com/hashicorp/go-secure-stdlib/base62

Generate a random base62 string

package main import ( "fmt" "github.com/hashicorp/go-secure-stdlib/base62" ) func main() { str, err := base62.Random(16) if err != nil { panic(err) } fmt.Println(str) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources
hashicorp-go-secure-stdlib-base62 — go get hashicorp-go-secure-stdlib-base62 · libregistry