speps/go-hashids
Go (golang) implementation of http://www.hashids.org observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5093
- days_rel: n/a
- days_push: 1531
- n_releases_24m: 0
Adoption not part of the score
1376 stars · 111 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go implementation of the Hashids algorithm, which encodes integers into short, unique, obfuscated string hashes with a configurable salt and minimum length. It also ships a small CLI tool for generating hashids from the command line.
Use cases
- obfuscate database ids in urls
- generate short unique ids from integers
- encode integer arrays into reversible hash strings
- hide sequential record numbers from users
- decode hashids back to original integers
- generate hashids from the command line
When to choose
- you need reversible, salted obfuscation of integer ids in a Go project
- you want compatibility with the standard Hashids spec across languages
- you need short non-sequential identifiers for public-facing urls
When to avoid
- you need cryptographically secure encryption rather than obfuscation
- you need non-integer identifiers like uuids
- you need a maintained solution with frequent updates
Facets
library · maturity maintenance
serialization security developer-tools developer-tools web-development go cli cross-platform hashids id-obfuscation short-ids encoding decoding algorithms
1 source
- readme: https://github.com/speps/go-hashids · fetched 2026-08-28 · 55da33439407
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| speps/go-hashids | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="speps/go-hashids")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem