![]() |
|
|
#1 |
|
Feb 2015
3 Posts |
Hi all,
c = a^3 MOD b "c" (297 digits) and "b" (308 digits) are known, they are not prime. Do I have chance to find "a" ? (b-1)/3 does not have a cube root. (b-1) MOD 3 = 0 b MOD 9 = 4 I have a valid pair ("a" and "c"). But, "c" is variable, so as "a". "c" has to have 247 digits in hexadecimal format and last ~190 digits must or / and can be zero 0. If there is a solution in case I replace "b" with other number which I decide, what shall I do to calculate "a" ? Regards, |
|
|
|
|
|
#2 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
29×3×7 Posts |
Quote:
Good luck. |
|
|
|
|
|
|
#3 | |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
22×1,549 Posts |
Quote:
|
|
|
|
|
|
|
#4 |
|
Feb 2015
3 Posts |
:-) xilman, I am not intending to break kilobit RSA.
As I wrote that I have chance to replace "b" & "public exponent" with any number. But, I have to calculate "a" exactly because of "c" which has to have 247 digits (last ~190 digits should be zero, this is very important). How can I choose / create my own RSA key (308 digits) with all modulus ? |
|
|
|
|
|
#5 | |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
140648 Posts |
Okay, if you say so.
Quote:
If you can choose your own b then you can also compute d so reversing a from c is trivial. Last fiddled with by retina on 2015-02-12 at 14:51 |
|
|
|
|
|
|
#6 |
|
Feb 2015
3 Posts |
:) thanks
I just changed "public exponent" to 1. It is enough for me. "c" and "a" became same, and I didn't touch to "b". Because now "a" is smaller than "b" and "a" MOD "b" is always "a" = "c" regards, |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| GHZ-days calculation Q | tcharron | PrimeNet | 4 | 2014-06-27 23:27 |
| P-1 probability calculation | James Heinrich | PrimeNet | 33 | 2011-01-23 16:40 |
| mod p calculation help | kurtulmehtap | Math | 3 | 2010-10-11 15:02 |
| CPU Credit Calculation | storm5510 | Software | 8 | 2009-09-25 21:06 |
| MMO Property Calculation | Bundu | Puzzles | 22 | 2009-09-22 01:30 |