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: 145,311 of 188,645
Downloads: 3,970

Daily

Ranking: 65,953 of 188,635
Downloads: 4

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,096,027,797bundler
71,245,235,207activesupport
101,194,085,295rake
201,085,695,419rspec-mocks
29937,687,145rspec
36735,909,669activerecord
176261,053,396pry-byebug
274169,784,300sqlite3
1,01545,169,320mongoid

Owners

#GravatarHandle
1iconaenain