An extension for archiver to zip with password encryption.
RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data.
Encrypts values on save, and decrypts on fetch.
## What is Devise?
[](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [](https://gemnasium.com/sharetribe/shar
vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modules. Securely!
vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modules. Securely!
[](https://travis-ci.com/shikimori/shiki-utils)
React component wrappers for Wistia embeddables
A react front-end for a ruby on rails devise authentication server.
Middleware for keeping track of devise token auth tokens on authenticated requests
TBD
Rollup plugin to zip up emitted files. Work with password
Command line tool for host machine details
Redux actions and reducers to integrate with Devise Token Auth
A simple package to interact with Facebook LogIn API
Complete token authentication system for react + redux.
[](https://travis-ci.org/TonGarcia/ionic2-devise-token-auth) [](https://www.npmjs.com/p
Include the Ember Simple Auth devise extension library into an Ember CLI application.
Simple and flexible authentication workflows for mongoose
ABI utilities for Fhenix FHE contracts

Simple Opinionated API Framwwork for Microservices
Redux Middleware to help set axios headers when using Devise Token Auth
Encryption solution for salted-encryptors on Devise
Adds Devise::Encryptors::Aes256.digest and Devise::Encryptors::Aes256.decrypt
Add AES encryption support for Devise
AES encryption plugin for devise. Encrypt in such a way that the results work with MySQL's native AES_ENCRYPT and AES_DECRYPT functions
Extension that allows Devise to use PBKDF2 password hashing
A devise-encryptable password encryptor that uses SCrypt
Drupal Hash implementation for Devise Encryptable
### Features ### * User customizable security questions and answers * Configurable max login attempts & cookie expiration time * Per user level of control (Allow certain ips to bypass two-factor)
Custom encryption for Sorcery
Enigma is a lightweight Ruby gem designed to verify passwords hashed using Firebase's custom scrypt-based algorithm, making it ideal for seamless integrations and migrations involving Firebase authentication systems. It provides a secure, efficient way to compare a user-provided password against a stored hash without exposing sensitive details, ensuring constant-time comparisons to mitigate timing attacks. Key features include: - Full compatibility with Firebase Authentication's password hashing logic, combining scrypt with AES-256-CTR encryption for signing. - Configurable parameters for scrypt (rounds, memory cost), signer keys, and salt separators. - Secure practices using OpenSSL's fixed-length comparisons. - Support for custom logging, with easy integration into Rails or other frameworks. - Minimal dependencies, relying on the 'scrypt' gem alongside Ruby's standard library. A common use case is migrating users from Firebase to systems like Devise in Ruby on Rails. During migration, extract the user's base64-encoded salt and stored hash from Firebase, then use Enigma to verify the input password. If it matches, set the raw password in Devise to generate a new hash, avoiding forced resets and ensuring a smooth transition. Whether for custom auth systems, password audits, or hybrid setups, Enigma simplifies secure verification while prioritizing ease of use.