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
Generate and verify bcrypt password hashes. Try free at https://risetop.top/bcrypt-generator.html
Generate bcrypt password hashes
Rust bcrypt binding
Determine if a function is a native generator function.
Turns an AST into code.
Rust bcrypt binding
Rust bcrypt binding
Turn async generator functions into ES2015 generators
A function that returns the normally hidden `GeneratorFunction` constructor
TypeScript definitions for bcrypt-nodejs
Rust bcrypt binding
Turn async functions into ES2015 generators
Helper function to remap async functions to generators
Rust bcrypt binding
Rust bcrypt binding
A Bcrypt hash generator & checker
Rust bcrypt binding
Rust bcrypt binding
Trocla helps you to generate random passwords and to store them in various formats (plain, MD5, bcrypt) for later retrieval.
Validate passwords against configurable policies (length, complexity, common password dictionary, context-aware checks), score strength with entropy-based and zxcvbn-style analysis, detect keyboard patterns and sequences, hash with bcrypt, and generate secure random passwords, passphrases, and PINs.
Simply declare attributes that require obscuring and that will make it so. Useful in exposing buisness logic in objects that use BCrypt This gem currently assumes that BCrypt is available rather than adding it as a dependency, future versions might support general strategies.
Trocla helps you to generate random passwords and to store them in various formats (plain, MD5, bcrypt) for later retrival.
Fully-fledged flexible authentication solution based on Bcrypt and Warden. Instead of magic intervention it acts isolated and generates a new authentication app with all the code you need. I fully supports I18n.
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.