What is the background story of calculating the value of d in the RSA algorithm of Cryptography and Network Security?

The value of d is required for decryption. I want to know the derivation of finding d. The equation of finding d is d = e-1mod Φ(n).

Consider an example: P = 17, q = 7, n = 119, φ (n) = 96, e = 5. From here I want to find the value of d in my hand. How can I do this?

More Md. Alamgir Hossain's questions See All
Similar questions and discussions