Simplify handling and hashing of passwords with bcrypt.
Optimized bcrypt in plain JavaScript with zero dependencies, with TypeScript support. Compatible to 'bcrypt'.
TypeScript definitions for bcrypt
A bcrypt library for NodeJS.
bcrypt written in typescript
Rust bcrypt binding
Rust bcrypt binding
Rust bcrypt binding
Simple/Fast/Native Bcrypt bindings for react native
Simple Bcrypt Hash/Check for password or string that you want
Rust bcrypt binding
a simple encrypt and decrypt module for node.js
Rust bcrypt binding
TypeScript definitions for bcrypt-nodejs
Rust bcrypt binding
Rust bcrypt binding
Rust bcrypt binding
Rust bcrypt binding
Rust bcrypt binding
Rust bcrypt binding
Rust bcrypt binding
Rust bcrypt binding
Rust bcrypt binding
Node.JS bcrypt password hashing algorithm following the PHC string format
bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project for hashing passwords. The bcrypt Ruby gem provides a simple wrapper for safely handling passwords.
bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project for hashing passwords. The bcrypt Ruby gem provides a simple wrapper for safely handling passwords.
A simple authentication solution for development in Rails using BCrypt
Simple wrapper for BCrypt library to encrypt your passwords.
bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project for hashing passwords. The bcrypt Ruby gem provides a simple wrapper for safely handling passwords.
bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project for hashing passwords. The bcrypt Ruby gem provides a simple wrapper for safely handling passwords.
bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project for hashing passwords. bcrypt-ruby provides a simple, humane wrapper for safely handling passwords.
bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project for hashing passwords. bcrypt-ruby provides a simple, humane wrapper for safely handling passwords.
The `password_auth` gem provides a simple and secure way to handle password authentication in Ruby applications. It offers a set of reusable components and utilities to handle user passwords, including password hashing, salting, and validation. Key Features: - Secure password storage: The gem uses industry-standard techniques, such as bcrypt hashing and salt generation, to securely store user passwords. - Password validation: It provides convenient methods to validate the strength and complexity of user passwords, ensuring they meet specific criteria. - Password encryption: Easily encrypt passwords for storage or comparison purposes, protecting sensitive user data. - Password reset functionality: Includes utilities for generating and handling password reset tokens, enabling users to securely reset their passwords. - Integration with popular frameworks: Seamlessly integrates with Ruby on Rails, Sinatra, and other Ruby frameworks, making it easy to incorporate password authentication into your application. By using the `password_auth` gem, developers can implement robust password authentication functionality in their Ruby applications with minimal effort, ensuring the security and integrity of user passwords.