mersenneforum.org  

Go Back   mersenneforum.org > Math Stuff > Computer Science & Computational Number Theory > PARI/GP

Reply
 
Thread Tools
Old 2010-11-21, 05:10   #1607
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

3×1,993 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
I don't need your meaningless sarcasm..
You'll get that about the same time you stop making ridiculous comments.
CRGreathouse is offline   Reply With Quote
Old 2010-11-21, 05:16   #1608
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

110100100002 Posts
Default

Quote:
Originally Posted by CRGreathouse View Post
You'll get that about the same time you stop making ridiculous comments.
How was it ridiculous? Oh, wait, you're obviously infallible.

If you have nothing to add but smart-assed comments, just take a hike. Go kick some rocks. Get lost.

-------------------------------------------------------------

And, the split I was waiting for;

Code:
starting SIQS on c95: 46841064479706362242009239768661696640259680130429637064776609553939726832118289550545198006023

==== sieving in progress ( 4 threads):   84528 relations needed ====
====            Press ctrl-c to abort and save state            ====
85338 rels found: 21435 full + 63903 from 1174005 partial, (473.94 rels/sec)

SIQS elapsed time = 2587.6930 seconds.


***factors found***

PRP48 = 987044774093075878551222112255952559665853921239
PRP47 = 47455865943614596177273605697112936809372568657
(The timing isn't too accurate; The total time should have been somewhere around 55-65 minutes.)

Last fiddled with by 3.14159 on 2010-11-21 at 05:35
3.14159 is offline   Reply With Quote
Old 2010-11-21, 15:08   #1609
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24·3·5·7 Posts
Default

Okay; Now I see the problem with the crashing; I'm supposed to use 64-bit YAFU for large factoring jobs.

P.S: My factors! They're there!

Code:
starting SIQS on c102: 598913786496676879646847684910753405454458067319718781528903247886083067885539845621954730905822163869

==== sieving in progress ( 4 threads):  123064 relations needed ====
====            Press ctrl-c to abort and save state            ====


SIQS elapsed time = 136.5740 seconds.


***factors found***

PRP51 = 948235779757086528363084445862876675364034142714669
PRP51 = 631608508434582689071389212392863397901302351306801
.. Setting me a new record.

Last fiddled with by 3.14159 on 2010-11-21 at 15:54
3.14159 is offline   Reply With Quote
Old 2010-11-21, 16:31   #1610
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

22·727 Posts
Default

A C102 factored with yafu in SIQS-mode in 136 seconds?
kar_bon is offline   Reply With Quote
Old 2010-11-21, 16:44   #1611
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24×3×5×7 Posts
Default

Quote:
Originally Posted by kar_bon View Post
A C102 factored with yafu in SIQS-mode in 136 seconds?
Nono, the relations were collected separately. A more accurate timeframe would be five hours, + 136 seconds for the post-processing. (Took up about 1.4 GB of RAM) I forgot to include that. You should have been able to see that, as it did not print the amount of relations it collected.

Though, a 102-digit number in two minutes; I think that would enable me to break an RSA key. (Or maybe not.)

Last fiddled with by 3.14159 on 2010-11-21 at 17:02
3.14159 is offline   Reply With Quote
Old 2010-11-21, 20:43   #1612
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

3·1,993 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
How was it ridiculous?
Expecting a tool designed to do A to instead do B?

Quote:
Originally Posted by 3.14159 View Post
If you have nothing to add but smart-assed comments, just take a hike. Go kick some rocks. Get lost.
Good luck with that.

Quote:
Originally Posted by 3.14159 View Post
Though, a 102-digit number in two minutes; I think that would enable me to break an RSA key. (Or maybe not.)
The current 'insecure; do not use' RSA key length is 1024 bits = 308 digits, about 17 million times harder.
CRGreathouse is offline   Reply With Quote
Old 2010-11-21, 20:49   #1613
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

168010 Posts
Default

Quote:
Originally Posted by CRGreathouse
Expecting a tool designed to do A to instead do B?
You misunderstood what I meant.


Quote:
The current 'insecure; do not use' RSA key length is 1024 bits = 308 digits, about 17 million times harder.
They might be viable for a couple of decades, IMO.

Last fiddled with by 3.14159 on 2010-11-21 at 21:18
3.14159 is offline   Reply With Quote
Old 2010-11-21, 21:40   #1614
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

3·1,993 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
You misunderstood what I meant.
Please, enlighten us.


Quote:
Originally Posted by 3.14159 View Post
They might be viable for a couple of decades, IMO.
You would trust a 1024-bit RSA key?
CRGreathouse is offline   Reply With Quote
Old 2010-11-21, 21:51   #1615
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24·3·5·7 Posts
Default

Quote:
Originally Posted by CRGreathouse View Post
Please, enlighten us.




You would trust a 1024-bit RSA key?
The former: A power check would be necessary, in order to avoid wasted time.

The latter: Please show me a link which shows the factors of RSA1024.

Last fiddled with by 3.14159 on 2010-11-21 at 21:51
3.14159 is offline   Reply With Quote
Old 2010-11-21, 21:53   #1616
kar_bon
 
kar_bon's Avatar
 
Mar 2006
Germany

22·727 Posts
Default

Quote:
Originally Posted by 3.14159 View Post
The former: A power check would be necessary, in order to avoid wasted time.
No. It's your turn to check of powers first. ECM is designed to test in another way.
kar_bon is offline   Reply With Quote
Old 2010-11-21, 22:01   #1617
3.14159
 
3.14159's Avatar
 
May 2010
Prime hunting commission.

24×3×5×7 Posts
Default

Quote:
Originally Posted by kar_bon View Post
No. It's your turn to check of powers first. ECM is designed to test in another way.
Wait.. Isn't it supposed to be unable to factor p^n, where p is prime?

(Ex: 5808458716416796798459^5)

I'm going to work on sigma(71608085354600097239391307^4).

Last fiddled with by 3.14159 on 2010-11-21 at 22:20
3.14159 is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why do I sometimes see all the <> formatting commands when I quote or edit? cheesehead Forum Feedback 3 2013-05-25 12:56
Passing commands to PARI on Windows James Heinrich Software 2 2012-05-13 19:19
Ubiquity commands Mini-Geek Aliquot Sequences 1 2009-09-22 19:33
64-bit Pari? CRGreathouse Software 2 2009-03-13 04:22
Are these commands correct? jasong Linux 2 2007-10-18 23:40

All times are UTC. The time now is 23:08.


Fri Aug 6 23:08:59 UTC 2021 up 14 days, 17:37, 1 user, load averages: 3.75, 3.86, 3.90

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.