Pål Bergström wrote:
> I need a somewhat simple encrypting method of storing data that can be 
> decrypted. This was the only thing I could get to work. When I try 
> EzCrypto I run into an error "uninitialized constant" or something.

What I would recommend is switching from RSA (public-key encryption) to 
AES (symmetric cypher).

Try this code:

http://snippets.dzone.com/posts/show/576

I have no idea if it work I just found by Googling.
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to