![]() |
|
|
#122 | |
|
"Ben"
Feb 2007
3·1,171 Posts |
Quote:
To have one number "divide" another, it must do so with no remainder. So, for instance, 3 divides 12 because 12/3 = 4, with remainder 0. The operation in math that gives you the remainder is called "mod" (short for modulo). In many software packages this operation is represented by %. So, returning to the example we have that 12%3 = 0. No small number, 3 or 7455602825647884208337395736200454918783366342657 both being "small", will divide rsa-1024. So we have that RSA1024%3 != 0. If you insist on dividing anyway, what the software package is telling you is the result *without any remainder*. To take another small example, try 13/3. The result is still 4, but now with remainder 1. However, if you take the result "4" and multiply it with 3, you *get a different number than you started with*. 3*4 = 12. But you started with 13. Does this make sense? This is why when you divide a number into RSA-1024 that leaves a remainder, you are no longer dealing with RSA1024 anymore. Try out the % operator. If the result is a number that is not zero, STOP any further work - it will have nothing to do with rsa1024. |
|
|
|
|
|
|
#123 |
|
Feb 2013
2×229 Posts |
Yes, I was thinking about the % (or mod) operator earlier on today, because I found it to be possibly of quite high
interest when it comes to this. I will check this out in the coming days. Last fiddled with by storflyt32 on 2016-01-27 at 21:54 |
|
|
|
|
|
#124 |
|
"William"
May 2003
New Haven
236610 Posts |
|
|
|
|
|
|
#125 |
|
Feb 2013
2·229 Posts |
Sorry, I lost the one that was trying to give me some answers.
But if I try asking it in this way instead. RSA-512 like RSA-768 were being factorized as a result of more or less distributed projects, at least for the latter number. In which way are you able to determine that some numbers are harder to factorize than others? The only thing that is evident to me is that you may only be able to measure a composite number against another, which also should be larger. Also the gcd command, which may be used to find the greatest common divisor for two different numbers. As an example, I came across a 158 digit composite number a little while ago. This number apparently is not easy to factorize. Because this number is composite, it does not "divide" from RSA-1024, which is having 309 digits. Because of that the only option is try factorizing the closest approximation of such an answer as given by the software. Doing such a thing anyway, the answer is a C144, which next factorizes into C81 which is being worked on right now. In fact even the C158 may not be as difficult as RSA-512 to factorize. Possibly less than half of that. But the fact is that only looking at the number is telling about the possible complexity when it comes to factorizing such a number. Read above and you may notice I made a comment about that. Possibly you may be able to give me an answer. Edit: I did not notice wblipp's question before posting. My eyes are not working well. You are correct here. 91 / 3 is 30,3333... or trivially rounded to 30. Honestly, I am having slight trouble understanding the mod or % command. 91 mod 3 returns 1. 91 is having factors 7 and 13. 30 is 2 * 3 * 5. Last fiddled with by storflyt32 on 2016-01-31 at 11:39 |
|
|
|
|
|
#126 |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
all it does is take remainder on division your 30.3333333333..... means 90/3 = 30 remainder 1. it's also called clock arithmetic because it is used in timekeeping every time the time is x:53 the number of minutes into the day is 53 mod 60.
|
|
|
|
|
|
#127 |
|
Feb 2013
7128 Posts |
Yes, but 53 mod 60 does not give me anything more or is helpful when it comes to an answer being returned.
Only 53 itself being returned back as an answer. Next dividing 53 with 60 using Windows Calculator returns 0,883333... as the answer. Also when flipping around 18867924528301886792452830188679 is having a P30 factor. Last fiddled with by storflyt32 on 2016-01-31 at 13:44 |
|
|
|
|
|
#128 |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
right because 53 is 60*x+53 with x=0. but the point is say you want to know what the 293rd minute of every day is we can write 293 as 60*x+53 so the minutes into an hour is 53 how many hours are there solve for x and find its remainder when divided by 12 ( if on 12 hour time 24 if on 24 hour time).
|
|
|
|
|
|
#129 |
|
Feb 2013
2·229 Posts |
Getting back to this a little later.
Needs some more coffee first. The only thing noticed is that there may be things learnt from even smaller numbers, like 293. But something else in the meantime. (2^1153223-1)/4573105889235910801109267528278073569467723559031741597532613079 http://factordb.com/index.php?id=1000000000001153223 not prime according to isprime(ans) using Yafu. Edit: What about the following? >> 293 mod 60 ans = 15529 >> factor(15529) fac: factoring 15529 fac: using pretesting plan: normal fac: no tune info: using qs/gnfs crossover of 95 digits div: primes less than 10000 Total factoring time = 0.0030 seconds ***factors found*** P2 = 53 P3 = 293 ans = 1 Last fiddled with by storflyt32 on 2016-01-31 at 15:02 |
|
|
|
|
|
#130 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
Quote:
Last fiddled with by science_man_88 on 2016-01-31 at 15:26 |
|
|
|
|
|
|
#131 |
|
Feb 2013
1110010102 Posts |
Added a PRP1094 to my list right now.
|
|
|
|
|
|
#132 |
|
Feb 2013
7128 Posts |
Came across this thing.
http://factordb.com/index.php?id=1100000000820337198 http://factordb.com/index.php?id=1100000000820341791 By means of multiplying the numbers in this instance, should be added. By coincidence, not that far from RSA-1024, but anyway, what am I supposed to be doing? The C284 is probably a difficult number to factorize, but does Yafu become stuck here because of the C161, or the P123? |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can Pollard Rho cycles be used to find a factor? | wwf | Factoring | 26 | 2013-09-30 04:24 |
| PFGW can't find a small factor. | Arkadiusz | Software | 7 | 2013-02-18 12:43 |
| Chance to find an n-digit factor with ECM | RedGolpe | Factoring | 4 | 2007-03-23 15:24 |
| How much ECM does it take to find a given factor? | geoff | Factoring | 5 | 2004-09-29 20:14 |
| Where I find the best program to it factor keys? I use AMD. | chrow | Factoring | 5 | 2004-02-19 10:15 |