Trapdoor Function

Overview#

Trapdoor Function is a function that is easy to compute in one direction, yet difficult to compute in the opposite direction (finding its inverse) without special information, called the "trapdoor". Trapdoor Function are widely used in cryptography.

RSA Assumption#

In this example, having the inverse of e modulo φ(n), the Euler's totient function of n, is the trapdoor:

f(x)=xe mod (n)

If the factorization is known,

Its hardness follows from RSA assumption.!! More Information There might be more information for this subject on one of the following: