1
1
I did go thru a lot of articles which say's It's highly impossible to break the bitcoin public-key and get a private key from it. I understand that the public key does hold some info of it's corresponding private key. Can anyone suggest me some steps for manual calculation and reversing the scalar multiplication from the public key so I obtain the private key? I'm not looking for any scripts for doing this but I'm looking for mathematical steps in-order to reverse the public key to private key.
Ya may want to try the
– S0AndS0 – 2019-05-22T19:05:08.283mathstack, there's LaTeX support there instead of code highlighting... From what I've read if you can get the owner of a given address to sign things improperly, see the Wiki Signature generation algorithm (jump to ...it is also crucial to select different k for different signatures... specifically), it's then possible to solve for the private key without an exhaustive search. Side note, this could be used for burning data via private keys intentionally revealed as a final transaction.The mathematical steps that you ask for are those required for breaking the public key cryptography system. Currently, those steps are unknown. – Willtech – 2018-01-29T12:11:29.480