Question: In Visual Studio Code. Using python create a code that implements the Pohlig-Hellman exponentiation cipher. Must allow user to enter the prime p, the secret
In Visual Studio Code. Using python create a code that implements the Pohlig-Hellman exponentiation cipher. Must allow user to enter the prime p, the secret enciphering key e, and the ciphertext c. For the purposes of this code only numbers will be used in the ciphertext and will need to output the decrypted numbers. Example: Let p = 263, e = 73, and c = (246,18,156,0,256,127,18,156,96,256,235,0,135,68).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
