![]() |
|
|
#1 |
|
7,517 Posts |
Now I am implementing GNFS algorithm in C++.
Anyone please tell me about the runnong time for GNFS algorithm to factor 128 bit numbers in a single machine.Is it possible to factor a 256 bit number using a single machine & how much time it will take for successful factorization? |
|
|
|
#2 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
250018 Posts |
Quote:
I could tell you the answers but you will learn much more by following my advice. Ok then --- the answers are: a few seconds to a few minutes, depending on your hardware and the efficiency of your code; yes; a few minutes to a few hours, depending on your hardware and the efficiency of your code. Paul |
|
|
|
|
|
|
#3 | |
|
Tribal Bullet
Oct 2004
354110 Posts |
Quote:
jasonp |
|
|
|
|
|
|
#4 | |
|
32·311 Posts |
Quote:
Why we are still using 256 bit RSA keys in PGP(email security)?. I think PGP is secured only because of SHA (signature algorithm). Is it correct? Can we replace RSA with ECC?. |
|
|
|
|
#5 | |
|
Tribal Bullet
Oct 2004
3,541 Posts |
Quote:
256 bits is a little over 80 digits. Msieve can do factorizations that size in about 20-25 minutes, so yes this size is not secure at all. But an RSA modulus is twice the size of its factors, and 512 bit factorizations are still hard. SHA is the Secure Hash Algorithm, and is just a way to crunch arbitrary size messages down to a size where the entire message can be processed at once by whatever public key algorithm your copy of PGP is configured to use. Primarily it's there to prevent duplicate/forged data from being signed; it in no way affects the security of the signature process itself. Maybe you should skim through Schneier's 'Applied Cryptography' if you have cryptographic applications in mind. jasonp Last fiddled with by jasonp on 2006-02-27 at 14:37 |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Estimating time needed for GNFS | CRGreathouse | Factoring | 16 | 2014-03-10 03:40 |
| Estimating time needed for GNFS | CRGreathouse | Factoring | 0 | 2014-03-02 04:18 |
| Cons of running LLR on laptop full time. | Flatlander | Hardware | 21 | 2010-05-31 14:56 |
| GNFS poly search time limit oddity | Andi47 | Msieve | 13 | 2009-02-25 12:33 |
| Running Prime95 only is a special time slot | prehaeus | Software | 1 | 2004-04-22 21:54 |