Optimized bcrypt in plain JavaScript with zero dependencies, with TypeScript support. Compatible to 'bcrypt'.
TypeScript definitions for bcrypt
A bcrypt library for NodeJS.
A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
bcrypt written in typescript
Rust bcrypt binding
Rust bcrypt binding
For ruby and ruby on rails
Ruby SemVer in TypeScript.
Convention over configuration for using Vite in Ruby apps
Like ruby's abbrev module, but in js
Rust bcrypt binding
Ruby grammar for tree-sitter
prettier plugin for the Ruby programming language
Rust bcrypt binding
Rust bcrypt binding
WebSocket framework for Ruby on Rails.
TypeScript definitions for bcrypt-nodejs
Rust bcrypt binding
Rust bcrypt binding
Rust bcrypt binding
Rust bcrypt binding
Rust bcrypt binding
Rust bcrypt binding
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.
Useful BCrypt::Password for Mongoid
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.
This gem is empty. It protects against brandjacking. You are welcome. If you think it is yours to own, just contact me.
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 Ruby on Rails plugin to automate hashing an activerecord field using bcrypt; an activerecord wrapper for bcrypt-ruby
SixArm.com » Ruby » PasswordAttribute model to provides read/write for an ActiveRecord password attribute based on bcrypt
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.
Ruby FFI bindings for libxcrypt, a modern library for one-way hashing of passwords. Supports yescrypt, bcrypt, SHA-512, SHA-256, and other algorithms provided by the bundled libxcrypt source (ext/libxcrypt).
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.