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

riverrun/comeonin

Password hashing specification for the Elixir programming language observed · 2026-08-28

github.com/riverrun/comeonin · homepage · Elixir · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

34/100

  • Activity 4
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

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

Full methodology

Adoption not part of the score

1317 stars · 62 forks observed · 2026-08-28

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

Comeonin is a specification (behaviours) for password hashing libraries in Elixir, defining Comeonin and Comeonin.PasswordHash behaviours. Since version 5 it is a dependency of concrete hashing libraries like argon2_elixir, bcrypt_elixir, and pbkdf2_elixir rather than a tool used directly.

Use cases

  • hash user passwords securely in an Elixir app
  • implement a custom password hashing library for Elixir
  • swap between argon2, bcrypt, and pbkdf2 behind a common interface
  • choose a password hashing algorithm for a Phoenix application
  • avoid GPU-accelerated password cracking with argon2
  • find a pure-Erlang password hashing option for Windows

When to choose

  • you are building a password hashing library for the Elixir ecosystem
  • you want a common behaviour interface so hashing backends are swappable
  • you need guidance on choosing argon2 vs bcrypt vs pbkdf2

When to avoid

  • you just need to hash passwords in an app - depend on argon2_elixir or bcrypt_elixir directly instead
  • you need general-purpose cryptographic hashing like SHA-256 for non-password data
  • you are not working in the Elixir/Erlang ecosystem

Facets

library · maturity stable

auth cryptography security security backend web-development windows elixir password-hashing argon2 bcrypt pbkdf2 elixir behaviour-specification linux macos

6 sources

Member repositories

RepositoryRoleHealth v2
riverrun/comeoninmain34

For agents

markdown · JSON · MCP: product_card(name="riverrun/comeonin")

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