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: 147,144 of 196,672
Downloads: 4,205

Daily

Ranking: 58,925 of 196,643
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,713,752,031bundler
71,423,437,277activesupport
81,407,073,634rake
221,189,032,094rspec-mocks
291,016,421,425rspec
37833,910,387activerecord
190286,212,758pry-byebug
282194,296,602sqlite3
1,04248,733,128mongoid

Owners

#GravatarHandle
1iconaenain