awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • thoughtbot/clearancethoughtbot 的头像

    thoughtbot/clearance

    3,735在 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
    在 GitHub 上查看↗3,735
  1. Home
  2. Security & Cryptography
  3. Secure Hashed Password Storage