We have to find a pair private_key
and generator
, which product will be equal to public key assigned to www.bing.com
. The easiest way would be to set private_key=1
, but it isn't allowed. Natural next idea is to set private_key=2
and try to find matching generator. I have found this easy method.
crypto{Curveballing_Microsoft_CVE-2020-0601}