1 repositorio
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.
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.