473,406 Members | 2,369 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Email Encryption

A client has purchased a Verisign Digital ID, which creates a public
and private key for encrypting e-mail sent from a server and decrypting
it when it reaches the users outlook.

How can I encrypt the email from a form using this method? I have read
about using GPG and others, but have also seen mention of the mcrypt
functions in php.

Any help would be greatly appreaciated.

Thanks!

Jan 23 '07 #1
3 1644
Try this: http://devzone.zend.com/node/view/id/1265

On Jan 23, 12:27 pm, "jflint" <jfl...@gmail.comwrote:
A client has purchased a Verisign Digital ID, which creates a public
and private key for encrypting e-mail sent from a server and decrypting
it when it reaches the users outlook.

How can I encrypt the email from a form using this method? I have read
about using GPG and others, but have also seen mention of the mcrypt
functions in php.

Any help would be greatly appreaciated.

Thanks!
Jan 24 '07 #2
So how would I use that along with a Versign Digital ID?

On Jan 23, 6:41 pm, "Schmidty" <schmi...@baronholding.comwrote:
Try this:http://devzone.zend.com/node/view/id/1265

On Jan 23, 12:27 pm, "jflint" <jfl...@gmail.comwrote:
A client has purchased a Verisign Digital ID, which creates a public
and private key for encrypting e-mail sent from a server and decrypting
it when it reaches the users outlook.
How can I encrypt the email from a form using this method? I have read
about using GPG and others, but have also seen mention of the mcrypt
functions in php.
Any help would be greatly appreaciated.
Thanks!
Jan 24 '07 #3
jflint wrote:
A client has purchased a Verisign Digital ID, which creates a public
and private key
(no it doesn't - cart before horse)
for encrypting e-mail sent from a server and decrypting
it when it reaches the users outlook.
(Oh dear, you think outlook [sic] is the only MUA? I suspect you may be
beyond hope already)
>
How can I encrypt the email from a form using this method? I have read
about using GPG and others, but have also seen mention of the mcrypt
functions in php.
GPG uses a different set of cyphers and a different trust model from SSL -
you can't use it with the certificate. Same story for mcrypt (but even
wider of the mark since it doesn't support asymmetric encryption at all).

While it is possible to use the PHP openSSL functions, the fact you are
asking the question suggests that this would be a major learning exercise.
A simpler solution would be to run the emails through smime using
exec/popen or using a signing proxy like Gnu Anubis.

HTH

C.
Jan 24 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Cliff | last post by:
We are trying to connect to 3 different Oracle databases using MS Access as the front-end and ODBC as the connection. The problem that we are having is that 1 of the databases requires a...
8
by: whisper | last post by:
I need to write a .cgi that will take the content of an https GET or POST and send it securely as email to an Outlook client. I think that OpenSSL is somewhere in this, but I'm not even sure how...
10
by: Alessandro Bottoni | last post by:
I know you will shake you head sadly but... I really have to perform such a suicidal task (even if for a short time and just for internal use). I have to send by email (over the open internet) a...
113
by: Bonj | last post by:
I was in need of an encryption algorithm to the following requirements: 1) Must be capable of encrypting strings to a byte array, and decyrpting back again to the same string 2) Must have the same...
12
by: Amir Ghezelbash | last post by:
Hello every body I had a question I am involved in a project where I need to verify the user's email address by sending them an email and asking them to click on a link. now I have done this but...
6
by: Don | last post by:
Is there a way to send an encrypted email from server-side PHP, and then decrypt it using an email client such as Outlook? Thanks, Don ----== Posted via Newsfeeds.Com -...
4
by: pintu | last post by:
Hello everybody.. I hav some confusion regarding asymmetric encryption.As asymmetric encryption it there is one private key and one public key.So any data is encrypted using private key and the...
1
by: =?Utf-8?B?bWljcm9ob2Y=?= | last post by:
Short version: Is there a way to configure (preferably programmatically) the max encryption strength that will be used by the framework when connecting to a particular SSL-protected web service? ...
11
by: John Williams | last post by:
I've written a simple program to do XOR encryption as my first foray into understanding how encryption works. The code compiles fine, however it segmentation faults on every run. using gdb to...
22
by: j1mb0jay | last post by:
I have had to create a simple string encryption program for coursework, I have completed the task and now have to do a write up on how it could be improved at a later date. If you could look...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.