Ash
Ash

Reputation: 25682

Recommendations for Open Source Ruby Encyrption Gem

I need a gem to perform simple string encryption and decryption in Ruby for values I want to store in the database. Can anyone suggest a good open source gem to use for this?

Upvotes: 0

Views: 111

Answers (1)

tomjen
tomjen

Reputation: 3889

That depends on what you mean with simple - the encryption algorithm or the use of the gem?

If you need nontoy encryption, then I would suggest you take a look at the 'crypt' gem.

Upvotes: 1

Related Questions