gert cuykens
09-20-2005, 04:34 PM
Is it possible to ask for pub key in a form and let php sent a encrypted mail to the person ?
|
Click to See Complete Forum and Search --> : encrypted mail gert cuykens 09-20-2005, 04:34 PM Is it possible to ask for pub key in a form and let php sent a encrypted mail to the person ? SpectreReturns 09-20-2005, 06:18 PM Sure. You'll need to do the encryption part yourself though. gert cuykens 09-20-2005, 07:19 PM and how do you do that :D SpectreReturns 09-20-2005, 08:18 PM You'd install mcrypt for PHP and then use its ability to encrypt data. gert cuykens 09-21-2005, 04:28 AM ok so how do you use the mcrypt_generic funtion to gpg encrypt data that can be sent to a client that provided a public gpg key in a form so that the client can decrypt the mail with his email client ? SpectreReturns 09-21-2005, 11:20 PM Last time I checked, my email can't decrypt email... webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |