Forum Moderators: coopster

Message Too Old, No Replies

Encryption Question

Encrypting an E-mail...

         

omoutop

10:46 am on Jul 22, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Hi to all!

in one of my scripts I have abooking form which is sent by e-mail to the user (php mail function)...what I want is to encrypt the e-mail (contents) while providing users with specific keys in order to unencrypt the e-mail afterwards...I know that encryption methods such as password, md5 etc.. cannot be a solution since encrypted strings cannot be retrieved...is there any other way to create such system?
Thank you

SeanW

12:39 pm on Jul 22, 2005 (gmt 0)

10+ Year Member



Generally something like PGP/GPG is used. Since it uses public key encryption, the server only needs the public key and the messages can't be read if the server is comprimised. The user receiving the message has the secret key.

Sean

omoutop

12:44 pm on Jul 22, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Thx for ur reply...
I have no idea of such system..
I would be gratefull if u can be more specific.
Thx again for ur tip

SeanW

1:20 pm on Jul 22, 2005 (gmt 0)

10+ Year Member



Hi,

Searching for "gpg php" will give you everything you need.

Sean