[Nitro] Two-way cryptographic method
George Moschovitis
george.moschovitis at gmail.com
Thu Sep 13 04:07:01 EDT 2007
Dear devs,
a slightly off topic question:
can anyone suggest a two-way cryptographics function with a robust ruby
implementation? I to do something like this:
e = XXX.encrypt("original string", "thekey")
b = XXX.decrypt(e, "thekey") # b == "original string"
the function may be asymmetric, ie use different encryption/decryption keys.
thanks in advance for any suggestions.
-g.
--
http://www.me.gr
http://phidz.com
http://blog.gmosx.com
http://cull.gr
http://www.joy.gr
http://nitroproject.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/nitro-general/attachments/20070913/a08d1afe/attachment.html
More information about the Nitro-general
mailing list