Reg:Ruby gem that will encrypt all the data in the database

21 views
Skip to first unread message

VIDYA SAGAR POGIRI

unread,
Jun 11, 2015, 6:16:42 AM6/11/15
to rubyonra...@googlegroups.com
Hi is there any gem that will encrypt the data in the database table, if yes tell me the gem name

Timothy Mukaibo

unread,
Jun 11, 2015, 6:33:16 AM6/11/15
to rubyonra...@googlegroups.com
Your database engine can probably encrypt the data for you. That is likely a better option!

On 11 June 2015 at 19:16, VIDYA SAGAR POGIRI <vidyasag...@gmail.com> wrote:
Hi is there any gem that will encrypt the data in the database table, if yes tell me the gem name

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-ta...@googlegroups.com.
To post to this group, send email to rubyonra...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/15ff9d13-8878-49c0-a9b2-163d487e03b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Mike

unread,
Jun 11, 2015, 3:10:07 PM6/11/15
to rubyonra...@googlegroups.com
There is attr_encrypted, which will do some stuff

It depends why you want encryption to an extent, if you are worried about someone stealing the server, use disk encryption, if you are worried about a DBA stealing your data, you could try this gem, but anyone who had access to the (running) server will probably have access to the keys so it may be a moot point
Reply all
Reply to author
Forward
0 new messages