Re: Regarding public-private cryptograhic methods
From: Douglas A. Gwyn (DAGwyn_at_null.net)
Date: 05/12/03
- Next message: Douglas A. Gwyn: "RSA mathematical question"
- Previous message: J. Campbell: "Re: "Rule 30" CA encryption implementation"
- In reply to: pdqd: "Regarding public-private cryptograhic methods"
- Next in thread: pdqd: "Re: Regarding public-private cryptograhic methods"
- Reply: pdqd: "Re: Regarding public-private cryptograhic methods"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 12 May 2003 18:15:24 GMT
pdqd wrote:
> 1. How exactly can someone break a private key? (I heard a lot about
> factorising the prime etc, but not sure how one can do that)
There are several PKCS; it sounds like you have RSA in mind.
For RSA, one of the two components of the public key is the product
of two primes, and a decryption key can readily be computed to
match the other component of the public key once the primes are known.
Therefore, if factoring an arbitrary product of two large primes
suddenly became feasible, so would computing private key
equivalents from RSA public keys.
> 2. If I have a large list of numbers along with the encrypted version
> of it (with my one private key), will the process of breaking my
> private key be easier for someone if he manages to get hold of that
> list?
Anybody can create such a list using the *public* key, so PKCS
would be useless if having such a list enabled cracking.
> And I always wanted to know what would be the best technique to
> exchange a confidential information between 2 parties (Is it RSA or
> some other?)
One would need to know *all* the relevant constraints. Generally
speaking it's not possible to be *sure* that some third party
cannot obtain the information, so all solutions involve trade-offs.
- Next message: Douglas A. Gwyn: "RSA mathematical question"
- Previous message: J. Campbell: "Re: "Rule 30" CA encryption implementation"
- In reply to: pdqd: "Regarding public-private cryptograhic methods"
- Next in thread: pdqd: "Re: Regarding public-private cryptograhic methods"
- Reply: pdqd: "Re: Regarding public-private cryptograhic methods"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|