Re: Bug in Sun compiler WS6U2? - Crashes during compile phase with-fast.
From: iON (ion_at_operamail.com)
Date: 03/24/05
- Next message: Oscar del Rio: "Re: default desktop choice"
- Previous message: Martin Paul: "Re: jumpstart server"
- In reply to: Logan Shaw: "Re: Bug in Sun compiler WS6U2? - Crashes during compile phase with-fast."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 24 Mar 2005 06:24:02 -0800
> Dave wrote:
> >> However, you can factor large
> >> numbers that are the product of two primes, and if you did that, it'd
> >> be a bad thing for cryptography as we know it.
It would be "bad" for crytosystems that is based on the ASSUMPTION
that factoring is hard*. (RSA for example)
> Logan Shaw wrote:
> As far as I know, the only way to do this is to just brute force it
> by dividing by numbers from 2 .. floor(sqrt(7621615238978741781241003))
> until you get one that comes out evenly.
There are a lot of different algorithms for factoring numbers. (Number
Field Sieve, Eliptic curve, Quadric sieve just to mention a few).
Brute force is not used, other than on very very small numbers.
Matematica (and other math software) has of course the regular
algorithms implemented.
BR
Jon
*=By hard one usually mean "impossible to do in a reasonable time"
when talking cryptography.
- Next message: Oscar del Rio: "Re: default desktop choice"
- Previous message: Martin Paul: "Re: jumpstart server"
- In reply to: Logan Shaw: "Re: Bug in Sun compiler WS6U2? - Crashes during compile phase with-fast."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|