phony_rails
This Gem adds useful methods to your Rails app to validate, display and save phone numbers. It uses the super awesome Phony gem (https://github.com/floere/phony). (by joost)
lockbox
Modern encryption for Ruby and Rails (by ankane)
phony_rails | lockbox | |
---|---|---|
1 | 13 | |
559 | 1,488 | |
- | 0.7% | |
0.0 | 8.4 | |
almost 2 years ago | 3 months ago | |
Ruby | Ruby | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
phony_rails
Posts with mentions or reviews of phony_rails.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-06-25.
lockbox
Posts with mentions or reviews of lockbox.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-08-09.
-
Advanced Usages of Devise for Rails
The first step is to install the gem with bundle add authtrail. Additionally, since you'll be storing user-identifiable information such as emails and IP addresses in your app database, it's highly recommended that you encrypt this data in production using a combination of Lockbox and Blindindex gems.
-
Searching/Querying with Active Record Encryption
Your app queries an encrypted ActiveStash index, which says what rows in your existing database should be retrieved. It works with all the popular application-level encryption plugins for ActiveRecord, including ActiveRecord Encryption, and Lockbox.
-
Life monitoring with org mode and telegram chat bot
Content is encrypted using https://github.com/ankane/lockbox default setup I've been considering adding optional end-to-end encryption as well, but am a bit afraid people might lose access to content forever if they lose access to keys.
-
Rails application boilerplate for fast MVP development
lockbox and blind_index for email fields encryption
-
Build an API in Rails with Authentication
Install lockbox and blind_index.
-
Question on encrypted content
https://github.com/ankane/lockbox this is for the actual encryption of data
- DB Encryption
-
Ten Ruby gems for Rails you should definitely know about
Lockbox
-
Rails 7 introduces Active Record Encryption
I've been using the lockbox gem to encrypt specified attributes.
-
How To Encrypt Fields in Ruby on Rails with Lockbox (Video)
I stumbled upon lockbox when looking for alternatives to attr_encrypted (It hadn't been updated for a while). It's really super & I'm pretty keen to share it :D
What are some alternatives?
When comparing phony_rails and lockbox you can also consider the following projects:
strong_migrations - Catch unsafe migrations in development
money-rails - Integration of RubyMoney - Money with Rails
attr_encrypted - Generates attr_accessors that encrypt and decrypt attributes
Pagy - 🏆 The Best Pagination Ruby Gem 🥇
blind_index - Securely search encrypted database fields