Re: confusion about digital signatures

2006-06-24 Thread hicham
oops sorry it's sunshine clear : ) i've got a lazy keyboard On 6/24/06, hicham <[EMAIL PROTECTED]> wrote: Thanks all for the explanations now, it's sunhine clear : ) hicham __ OpenSSL Project

Re: confusion about digital signatures

2006-06-24 Thread hicham
Thanks all for the explanations now, it's sunhine clear : ) hicham __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Ma

Re: confusion about digital signatures

2006-06-23 Thread Richard Salz
> bob got one private key and a public key, both keys can encrypt any > data but only the private key (that is kept secret ) can decrypt the > data , right ? No. What can be encrypted with one key can only be decrypted with the other. This is a one-to-one concept; the public and private key come

RE: confusion about digital signatures

2006-06-23 Thread TAYLOR, TIM \(CONTRACTOR\)
[EMAIL PROTECTED] On Behalf Of hicham Sent: Friday, June 23, 2006 7:17 AM To: openssl-users@openssl.org Subject: confusion about digital signatures hello I'm having some confusion about digital signatures, in this web site "http://www.youdzone.com/signature.html"; gives a nice examle

RE: confusion about digital signatures

2006-06-23 Thread Ambarish Mitra
essage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of hicham Sent: Friday, June 23, 2006 4:47 PM To: openssl-users@openssl.org Subject: confusion about digital signatures hello I'm having some confusion about digital signatures, in this web site "http://www.youdzone.com

Re: confusion about digital signatures

2006-06-23 Thread Saurabh Arora
hi On 6/23/06, hicham <[EMAIL PROTECTED]> wrote: hello I'm having some confusion about digital signatures, in this web site "http://www.youdzone.com/signature.html"; gives a nice examle of what 's a digital signature? Here what I understood : bob got one private

confusion about digital signatures

2006-06-23 Thread hicham
hello I'm having some confusion about digital signatures, in this web site "http://www.youdzone.com/signature.html"; gives a nice examle of what 's a digital signature? Here what I understood : bob got one private key and a public key, both keys can encrypt any data but