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,400 of 189,104
Downloads: 3,999

Daily

Ranking: 149,536 of 189,083
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,155,797,051bundler
71,267,041,510activesupport
91,221,972,098rake
211,096,438,007rspec-mocks
29946,005,779rspec
36747,347,908activerecord
179263,913,495pry-byebug
277172,133,677sqlite3
1,01945,641,548mongoid

Owners

#GravatarHandle
1iconaenain