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: 238
encryption
|ruby-on-rails
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