Categories: None [Edit]

encrypt_attributes

https://rubygems.org/gems/encrypt_attributes
https://github.com/aenain/encrypted_attributes
This gem provides a dead-simple encryption of string / text attributes of ActiveRecord and Mongoid models. Encryptor internally uses ActiveSupport::MessageEncryptor and therefore it uses 'aes-256-cbc' cipher by default. Gem does NOT require column with different name. From user perspective encryption is completely transparent - they use decrypted values all the time, but encrypted values are stored in database.

Total

Ranking: 146,803 of 195,890
Downloads: 4,195

Daily

Ranking: 110,636 of 195,869
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,646,556,087bundler
71,406,454,971activesupport
81,388,641,386rake
221,178,366,241rspec-mocks
291,008,213,189rspec
36823,726,697activerecord
189283,906,583pry-byebug
282191,631,901sqlite3
1,03848,436,385mongoid

Owners

#GravatarHandle
1iconaenain