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,371 of 189,968
Downloads: 4,025

Daily

Ranking: 122,573 of 189,933
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,223,052,755bundler
71,288,674,770activesupport
81,249,142,844rake
211,108,011,513rspec-mocks
29955,025,919rspec
36758,852,060activerecord
181266,826,957pry-byebug
278174,384,924sqlite3
1,02346,073,733mongoid

Owners

#GravatarHandle
1iconaenain