Questions tagged [pohlig-hellman-cipher]

In group theory, the Pohlig–Hellman algorithm, sometimes credited as the Silver–Pohlig–Hellman algorithm, is a special-purpose algorithm for computing discrete logarithms in a finite abelian group whose order is a smooth integer.

The cipher builds upon the number theory algorithm. Originally proposed in 1976 (about the same time as Diffie-Hellman) and it was not published until after RSA and Diffie-Hellman.

Its multiple encryptions are equal to single encryption.

14 questions
1
vote
1 answer

How to decrypt Pohlig-Hellman cipher if e and (n-1) aren't relatively prime

I couldn't find any articles that addressed to how to decrypt c after it was encrypted using the Pohlig-Hellman cipher if $e$ and $n-1$ aren't relatively. Can someone please tell me how to do it? I couldn't find an questions about this on…
Yolo
  • 21
  • 1
  • 5
0
votes
1 answer

Cryptographic Systems Involving Modular Exponentiation

I am going through an "Introduction to Cryptography" chapter in my Elementary Number Theory course, wherein I'm studying cryptographic systems involving modular exponentiation. The textbook (By David M. Burton) says that: A user who wishes to…
Key76
  • 3
  • 1