MrG Posted December 13, 2022 Posted December 13, 2022 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 ?
draww Posted December 31, 2022 Posted December 31, 2022 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" 1
MrG Posted January 19, 2023 Author Posted January 19, 2023 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.
draww Posted February 3, 2023 Posted February 3, 2023 (edited) 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, 2023 by draww
MrG Posted February 24, 2023 Author Posted February 24, 2023 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now