Discussion: secure email
Afficher un message
Vieux 19/09/2007, 14h44   #3
Aaron Saray
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: secure email

On Sep 19, 3:33 am, "J.O. Aho" <u...@example.net> wrote:
> rsvore wrote:
> > I have a php form that sends an email on submission. Can I make the email
> > secure? I'm already running the php script on SSL. Ideas?

>
> Configure your sendmail to use SSL and then let the php script to use
> sendmail for sending mail.
>
> Another option is to use PGP tools via exec() to encrypt the mail.
>
> --
>
> //Aho


Should also point out, if there is any possible way to rewrite your
application and store the data in a database, this would probably be a
more security conscious way of handling your sensitive data. E-mail
is generally not the greatest idea for sending secure data - you might
look at storing it, creating an interface, and then sending a link to
the user to the authenticated section. This way they get notified
immediately, but still have to authenticate.
Just a thought
-aaron

  Réponse avec citation
 
Page generated in 0,04230 seconds with 9 queries