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

sqids/sqids-dotnet

Official .NET port of Sqids. Generate short unique IDs from numbers. observed · 2026-08-28

github.com/sqids/sqids-dotnet · homepage · C# · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

69/100

  • Activity 69
  • Release rhythm 60
  • Longevity 83
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: 76
  • age_days: 1166
  • days_rel: 187
  • days_push: 187
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

1158 stars · 34 forks observed · 2026-08-28

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

Sqids .NET is the official .NET port of Sqids, a small library that generates short, URL-safe, unique-looking IDs from non-negative integers and decodes them back. It supports encoding multiple numbers into one ID, custom shuffled alphabets, minimum-length padding, and a profanity blocklist.

Use cases

  • generate short unique ids from numbers in c#
  • obfuscate sequential database primary keys in urls
  • encode multiple numbers into one short id
  • make youtube-like video ids in .net
  • generate profanity-free url-safe identifiers
  • create short confirmation codes for emails

When to choose

  • you need reversible, collision-free short IDs from integers in a .NET app
  • you want to hide sequential numeric IDs in URLs without encryption
  • you need profanity-free, URL-safe identifiers
  • you need to encode several numbers into a single compact ID

When to avoid

  • you need encryption or protection of sensitive data — IDs are trivially decodable
  • you need globally unique IDs for arbitrary data (use UUIDs instead)
  • exposing user counts via decodable user IDs is a concern

Facets

library · maturity active

serialization developer-tools web-development databases dotnet cross-platform short-id id-generation obfuscation url-safe hashids-successor csharp

3 sources

Member repositories

RepositoryRoleHealth v2
sqids/sqids-dotnetmain69

For agents

markdown · JSON · MCP: product_card(name="sqids/sqids-dotnet")

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