Simple encryption of ActiveRecord fields
With OpenSSL::Cipher
and ActiveRecord support for column serialization, it’s quite easy to encrypt model fields on the database layer
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
With OpenSSL::Cipher
and ActiveRecord support for column serialization, it’s quite easy to encrypt model fields on the database layer
Post a comment