4096 RSA key in the strongset factored?
trilema.com
4096 RSA key in the strongset factored?
1–10 of 114 posts
Re: 4096 RSA key in the strongset factored?
#2I think the article might be a bit dense for those who aren't aware of RSA's algorithm though.
Re: 4096 RSA key in the strongset factored?
#3So summed up: 2 known keys factored so far, 2 more waiting to be identified among the running product (should apparently take a week to identify).
Re: 4096 RSA key in the strongset factored?
#4Re: 4096 RSA key in the strongset factored?
#5This is kind of hilarious. I think the article might be a bit dense for those who aren't aware of RSA's algorithm though.
Re: 4096 RSA key in the strongset factored?
#6The best part.
Re: 4096 RSA key in the strongset factored?
#7oh, wait a second, it just factored a second one... (and no, it's not the one sharing a prime with the first factored one). So summed up: 2 known keys factored so far, 2 more waiting to be identified among the running product (should apparently take a week to identify).
I don't know anything about this factoring project; does this mean that keys are somehow "tested" in batches, and if the batch comes out "dirty" then you know you can easily factor something in that batch (for some value of "easy")?
EDIT: Ah, nevermind, just figured it out. For those coming after, there's a running product of all public moduli in the tested set; you can test one key against all of them simultaneously. When you find a GCD /= 1, you've found a factor, and you know the key you just tested has it, but there's an older key which has that factor too, and you don't know which one. Presumably you either go and test them one by one or store "snapshots" of the running product to test.
Re: 4096 RSA key in the strongset factored?
#8This is kind of hilarious. I think the article might be a bit dense for those who aren't aware of RSA's algorithm though.
Re: 4096 RSA key in the strongset factored?
#9Can anyone confirm this is true?