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: 143,594 of 183,477
Downloads: 3,666

Daily

Ranking: 63,432 of 183,470
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,456,134,847bundler
71,004,546,968activesupport
10969,073,546rake
15945,286,179rspec-mocks
25825,073,950rspec
35604,924,275activerecord
168218,043,350pry-byebug
259143,118,777sqlite3
96239,972,900mongoid

Owners

#GravatarHandle
1iconaenain