| View previous topic :: View next topic |
| Author |
Message |
craig Guest
|
Posted: Fri Jan 14, 2005 10:11 am Post subject: Secure email |
|
|
Hi,
Can someone please suggest a quick (and free) way to encode emails in delphi
5 with public/private keys?
I have a certificate, but not sure where to go from here.
At present the client receives a certificate, sets up outlook to use it, and
off they go.
I want to try automate this from my application.
Any suggestions?
Many thanks,
Craig
|
|
| Back to top |
|
 |
Marcelo Guest
|
Posted: Fri Jan 14, 2005 1:59 pm Post subject: Re: Secure email |
|
|
take a look..
http://idw-doc.homepage.t-online.de/PGPcomp.htm
regards
Marcelo
==================================================================
"craig" <crudler (AT) global (DOT) co.za> escreveu na mensagem
news:41e7991d (AT) newsgroups (DOT) borland.com...
Hi,
Can someone please suggest a quick (and free) way to encode emails in delphi
5 with public/private keys?
I have a certificate, but not sure where to go from here.
At present the client receives a certificate, sets up outlook to use it, and
off they go.
I want to try automate this from my application.
Any suggestions?
Many thanks,
Craig
|
|
| Back to top |
|
 |
Eugene Mayevski Guest
|
Posted: Fri Jan 14, 2005 3:27 pm Post subject: Re: Secure email |
|
|
Hello!
You wrote on Fri, 14 Jan 2005 11:59:08 -0200:
M> take a look..
M> http://idw-doc.homepage.t-online.de/PGPcomp.htm
Do you believe it works with *certificates*? Certificates require S/MIME,
not PGP/MIME.
With best regards,
Eugene Mayevski
|
|
| Back to top |
|
 |
Marcelo Guest
|
Posted: Sat Jan 15, 2005 2:41 pm Post subject: Re: Secure email |
|
|
Eugene,
PGP works with assymetric encryption
that use public and private keys...
for me does the work ! eheheh
"Eugene Mayevski" <mayevski (AT) eldos (DOT) org> escreveu na mensagem
news:41e7e53c (AT) newsgroups (DOT) borland.com...
Hello!
You wrote on Fri, 14 Jan 2005 11:59:08 -0200:
M> take a look..
M> http://idw-doc.homepage.t-online.de/PGPcomp.htm
Do you believe it works with *certificates*? Certificates require S/MIME,
not PGP/MIME.
With best regards,
Eugene Mayevski
|
|
| Back to top |
|
 |
Eugene Mayevski Guest
|
Posted: Sat Jan 15, 2005 5:00 pm Post subject: Re: Secure email |
|
|
Hello!
You wrote on Sat, 15 Jan 2005 12:41:41 -0200:
M> PGP works with assymetric encryption
M> that use public and private keys...
Original Poster explicitly asked about certificate-based solution.
With best regards,
Eugene Mayevski
|
|
| Back to top |
|
 |
Ciaran Costelloe Guest
|
Posted: Mon Jan 17, 2005 1:00 am Post subject: Re: Secure email |
|
|
"craig" <crudler (AT) global (DOT) co.za> wrote
| Quote: | Hi,
Can someone please suggest a quick (and free) way to encode emails in
delphi
5 with public/private keys?
|
Indy supports SSL certificates.
Ciaran
|
|
| Back to top |
|
 |
David Guest
|
Posted: Mon Jan 17, 2005 2:31 am Post subject: Re: Secure email |
|
|
PGP - it's free
you can get delphi components to do the encryption/decryption. Or just
commandline if you like
maybe at www.torry.net
Loki
| Quote: | Hi,
Can someone please suggest a quick (and free) way to encode emails in
delphi
5 with public/private keys?
|
|
|
| Back to top |
|
 |
Eugene Mayevski Guest
|
Posted: Mon Jan 17, 2005 8:54 am Post subject: Re: Secure email |
|
|
Hello!
You wrote on Mon, 17 Jan 2005 01:00:24 -0000:
CC> Indy supports SSL certificates.
There's no such thing as SSL certificate. There exist X.509 certificates
which are used in SSL. Indy does not include support for X.509 certificates.
With best regards,
Eugene Mayevski
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Mon Jan 17, 2005 9:17 am Post subject: Re: Secure email |
|
|
"Eugene Mayevski" <mayevski (AT) eldos (DOT) org> wrote
| Quote: | Indy does not include support for X.509 certificates.
|
Yes, it does. There is a TIdX509 class available that is used by Indy's
OpenSSL support.
Gambit
|
|
| Back to top |
|
 |
Eugene Mayevski Guest
|
Posted: Mon Jan 17, 2005 10:44 am Post subject: Re: Secure email |
|
|
Hello!
You wrote on Mon, 17 Jan 2005 01:17:00 -0800:
??>> Indy does not include support for X.509 certificates.
RLT> Yes, it does. There is a TIdX509 class available that is used by
RLT> Indy's OpenSSL support.
You are going to make the same mistake as always. Indy doesn't include a
single line of asymmetric crypto code which is necessary for such support.
With best regards,
Eugene Mayevski
|
|
| Back to top |
|
 |
craig Guest
|
Posted: Tue Jan 18, 2005 7:35 am Post subject: Re: Secure email |
|
|
Thanks for all the info.
Still not 100 percent sure on the exact spec whether it is ssl or what. But
now I've got a much better idea of what to expect
Thanks
Craig
"craig" <crudler (AT) global (DOT) co.za> wrote
| Quote: | Hi,
Can someone please suggest a quick (and free) way to encode emails in
delphi
5 with public/private keys?
I have a certificate, but not sure where to go from here.
At present the client receives a certificate, sets up outlook to use it,
and
off they go.
I want to try automate this from my application.
Any suggestions?
Many thanks,
Craig
|
|
|
| Back to top |
|
 |
Eugene Mayevski Guest
|
Posted: Tue Jan 18, 2005 10:57 am Post subject: Re: Secure email |
|
|
Hello!
You wrote on Tue, 18 Jan 2005 09:35:15 +0200:
c> Still not 100 percent sure on the exact spec whether it is ssl or what.
c> But now I've got a much better idea of what to expect
No, it's not SSL but S/MIME.
Supported by MIMEBlackbox
(http://www.secureblackbox.com/description-sec-mimeblackbox.html)
With best regards,
Eugene Mayevski
|
|
| Back to top |
|
 |
|