1

I would like to solve for $x$ in $a = x^b\ (mod\ n)$ given $a$, $b$, $n$. How might I go about doing this?

  • 1
    That answer primarily covers square roots, it doesn't seem to well cover a generalized case where b is some arbitrary integer. – Bradley Evans Apr 22 '17 at 06:01

1 Answers1

0

In general there is no such method.

Are the numbers small enough to brute force? Can you factor $n$?

yberman
  • 1,965