Ross ROSS = Recommend OSS · open-source software intelligence for agents

davidaurelio/hashids-python

Implementation of hashids (http://hashids.org) in Python. Compatible with Python 2 and Python 3 observed · 2026-08-28

github.com/davidaurelio/hashids-python · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 4849
  • days_rel: n/a
  • days_push: 1156
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1412 stars · 104 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Python implementation of the hashids algorithm that generates short, URL-friendly, obfuscated hashes from integers. It lets you hide database IDs from users while remaining fully reversible with the correct salt.

Use cases

  • hide database ids in urls
  • generate short youtube-like ids from integers
  • obfuscate sequential primary keys
  • encode multiple integers into one reversible string
  • create salted reversible id hashes

When to choose

  • you need reversible, obfuscated integer ids rather than one-way hashing
  • you want cross-language compatibility with other hashids implementations
  • you need short, url-safe identifiers for public-facing apis

When to avoid

  • you need cryptographic security - hashids is obfuscation, not encryption
  • you need one-way hashing like bcrypt or sha
  • you need random unique ids like uuids

Facets

library · maturity maintenance

serialization security developer-tools developer-tools web-development security apis python cross-platform hashids id-obfuscation integer-encoding short-hashes url-friendly-ids

1 source

Member repositories

RepositoryRoleHealth v2
davidaurelio/hashids-pythonmain32

For agents

markdown · JSON · MCP: product_card(name="davidaurelio/hashids-python")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem