Please kindly note that I am a beginner. My questions are these:
Is it possible to calculate x
from the following data? If yes, how? If not, why not?
((x^3)+5) mod 111267492025176636775873676207109540284671533365944463094334269908178130251703 = 77728417551815895917893167053908013392240543644078528175107278902132954431973
I am using SageMath with these large numbers.
I was told that my problem involves the Discrete log problem but I don't think so. The DL problem seems to have the form: find y from n = x^y (mod p)
. In my case, we know n
, y
and p
. We need to find x
.
Thanks!