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

P-H-C/phc-winner-argon2

The password hash Argon2, winner of PHC observed · 2026-08-28

github.com/P-H-C/phc-winner-argon2 · C · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3986
  • days_rel: n/a
  • days_push: 757
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

5358 stars · 462 forks observed · 2026-08-28

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

The reference C implementation of Argon2, the winner of the Password Hashing Competition, providing memory-hard password hashing with Argon2i, Argon2d, and Argon2id variants. It builds as a static/shared library plus a command-line utility for hashing passwords and deriving keys.

Use cases

  • hash passwords for secure credential storage
  • derive encryption keys from passwords
  • protect against GPU cracking attacks
  • resist side-channel timing attacks when hashing passwords
  • benchmark memory-hard hashing on my system

When to choose

  • you need the standard, battle-tested Argon2 implementation in C
  • you are storing user passwords and want memory-hard hashing
  • you need password-based key derivation resistant to tradeoff attacks

When to avoid

  • you need a high-level API in another language (use a binding instead)
  • you need fast, non-password hashing like SHA-256 for data integrity
  • you need FIPS-certified cryptographic primitives

Facets

library · maturity stable

cryptography security auth security developer-tools windows cross-platform cli password-hashing argon2 memory-hard key-derivation phc-winner linux macos

1 source

Member repositories

RepositoryRoleHealth v2
P-H-C/phc-winner-argon2main23

For agents

markdown · JSON · MCP: product_card(name="P-H-C/phc-winner-argon2")

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