I''m working on a simple shopping cart / checkout, and I''m trying to decide whether to keep the order info on the server, or somehow send an encrypted email that contains the order info. Does anyone have any experiences/recommendations for handling this type of deferred payment processing in a secure way? james --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
joevandyk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006-Aug-31 23:49 UTC
Re: Securing order information
james wrote:> I''m working on a simple shopping cart / checkout, and I''m trying to > decide whether to keep the order info on the server, or somehow send an > encrypted email that contains the order info. Does anyone have any > experiences/recommendations for handling this type of deferred payment > processing in a secure way? > > jamesYou could encrypt the order information using PGP and send it to an email address. Then decrypt the order locally. http://blog.leetsoft.com/2006/3/14/simple-encryption might be useful. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---