I am attempting to solve the following congruence: $420292^{257} \equiv x \pmod {481391}$ The main method that I know to simplify this power is to use powers of $2$ so $257^2 = 66049$, however this is less than the modulus and is congruent to itself, and the numbers keep increasing incredibly large that I feel this is not the correct method.
I have also been considering Euclid's algorithm, but the problem with the power still remains.
What other approach can I try to simplify this congruence?
Hint: factor $481391$ and then use Chinese Remainder Theorem.