awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesSecure Hashed Password Storage

Cryptographic storage of user passwords using one-way hashing functions to protect credentials at rest.

Distinct from Secure Password Updating: Shortlist focuses on updating, obfuscating, or unlocking; it lacks a general tag for hashed storage of credentials.

Explore 1 awesome GitHub repository matching security & cryptography · Secure Hashed Password Storage. Refine with filters or upvote what's useful.

Awesome Secure Hashed Password Storage GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • thoughtbot/clearanceAvatar de thoughtbot

    thoughtbot/clearance

    3,735Ver en GitHub↗

    Clearance is a Ruby on Rails authentication framework designed to manage user accounts, encrypted password storage, and session-based identity verification. It serves as an email and password authenticator that validates user identities and controls access to protected application features. The framework utilizes a request-processing middleware to expose user identity to the application environment and employs a chain of guards to enforce customizable sign-in requirements. It includes a secure password recovery system that uses email-based reset tokens to allow users to update credentials. T

    Protects sensitive user credentials by storing one-way cryptographic hashes instead of plain text passwords.

    Ruby
    Ver en GitHub↗3,735
  1. Home
  2. Security & Cryptography
  3. Secure Hashed Password Storage