Simple encryption decryption in rails

Posted by piemesons on Stack Overflow See other posts from Stack Overflow or by piemesons
Published on 2010-05-21T09:51:20Z Indexed on 2010/05/21 10:10 UTC
Read the original article Hit count: 218

Filed under:
|

I need simple encryption/decryption techniques in rails. as simple as

   encrypt_string = encrypt ("string",key)
   string = decrypt("encrypt_string",key)

© Stack Overflow or respective owner

Related posts about encryption

Related posts about ruby-on-rails