Re: Prime Decomposition
From: Carlos Moreno (moreno_at_mochima_dot_com_at_xx.xxx)
Date: 10/19/04
- Next message: Robert Israel: "Re: LP problem?"
- Previous message: Proginoskes: "Re: More on my work with primes"
- In reply to: Charles Milutinovic: "Prime Decomposition"
- Next in thread: Carlos Moreno: "Re: Prime Decomposition"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 19 Oct 2004 17:37:54 -0400
Charles Milutinovic wrote:
> Hello all. I know there is a stupidly simple algorithm for prime
> decomposition (besides the naieve one of testing all primes from 2 until
> exhaustion) but my memory and google is failing me. This is going to be
> part of a program that uses a modified version of the el-gammel encryption
> algorithm, and hense we are dealing with primes around 2^1024 to 2^2048 i.e.
> large enough that the naieve algorithm is (probably) too slow. Can someone
> please point me in the right direction?
I'm surprised that a person that knows about these encryption
techniques doesn't know the most widely-known and obvious
fact in the world of cryptography: Factoring large numbers
in a reasonable amount of time is a problem for which there
is no publicly known solution (i.e., known to the scientific
community).
The security of many cryptographic techniques (such as the
RSA public-key cryptosystem) relies on the "impossibility"
of factoring large numbers in a reasonable amount of time.
That means that whatever you're trying to do, if it really
*requires* that you factor numbers with prime factorization
consisting of prime numbers in the range of 2^512 or more,
then what you're trying to do can not be done. There is no
guarantee about whether or not it will be possible tomorrow,
or some time in the near future (though it is believed that
it still won't be possible).
HTH,
Carlos
--
- Next message: Robert Israel: "Re: LP problem?"
- Previous message: Proginoskes: "Re: More on my work with primes"
- In reply to: Charles Milutinovic: "Prime Decomposition"
- Next in thread: Carlos Moreno: "Re: Prime Decomposition"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|