Hi, Has anyone has any success using GPG through ruby on rails? WHAT I''VE TRIED: I followed all the instructions from this tutorial: http://www.ahgsoftware.com/articles/2007/03/18/how-to-encrypt-ruby-on-rails-mail-with-gnupg however, I am getting en ERROR I haven''t been able to resolve: gpg: fatal: unable to reopen standard input, output, or error QUESTION: Would it be considered secure to write the captured form data into a file, then run an external exec command (a script which will accept the tmpfilename for encryption) to encrypt the file then delete the plaintext copy? What would be the most secure way (this is for an online store) to encrypt a message with RECIPIENT key and send it off? Is there a way to encrypt the e-mail body without having to write the plaintext to disk first? Any help would be greatly appreciated. __ Andy --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---