Posted December 13, 20222 yr hi folks, got an issue while using rsatool2 v 1.7 for testing a 2048bit key. it starts well and when it goes about 30 minutes exits without any error and no result is getting back. can u advice some solutions ?
December 31, 20222 yr https://arxiv.org/abs/2103.06159 https://arxiv.org/abs/1905.09749 if you don't have one of those setups, the best advice would be "forget about factoring 2048-bit RSA on a regular PC"
January 19, 20232 yr Author On 12/31/2022 at 6:54 AM, draww said: https://arxiv.org/abs/2103.06159 https://arxiv.org/abs/1905.09749 if you don't have one of those setups, the best advice would be "forget about factoring 2048-bit RSA on a regular PC" well i can say i have access to some data centers. what`s the deal if we get a parallel processing script ready! I can handle as many as friends want. I mean we can develop a solution for it if you help. On 12/31/2022 at 6:54 AM, draww said: https://arxiv.org/abs/2103.06159 https://arxiv.org/abs/1905.09749 if you don't have one of those setups, the best advice would be "forget about factoring 2048-bit RSA on a regular PC" can you guide me to replace the key inside a linux machine ! I worked with IDA + GDB + linux 64 vm. but i have problems suspending and getting data back to IDA after machine starts.
February 3, 20232 yr On 1/19/2023 at 10:39 AM, MrG said: well i can say i have access to some data centers. what`s the deal if we get a parallel processing script ready! I can handle as many as friends want. I mean we can develop a solution for it if you help. can you guide me to replace the key inside a linux machine ! I worked with IDA + GDB + linux 64 vm. but i have problems suspending and getting data back to IDA after machine starts. data centers won't be cost effective at all. as you can see here there's a 200k bounty on 2048-rsa which is not claimed yet. the story has changed after quantum computing though - above links are articles about quantum physics. coming to your "replacing the key" question: it depends. what do you want to do exactly? working on linux kernel (system) level or an application? what's your goal after replacing the key? Edited February 3, 20232 yr by draww
February 24, 20232 yr Author 1- replace the key at init of kernel where startup scripts are running so encryption key of files to be encrypted are getting changed as planned. 2- kernel level from the boot moment to the point where encryption key getting picked. 3- be able to read license template and replace items as needed.
Create an account or sign in to comment