PowerMod Calculator

PowerMod Calculator
Computes (base)(exponent) mod (modulus) in log(exponent) time.

Base: Exponent: Modulus:
be MOD m =

The program is written in JavaScript, and runs on the client computer. Most implementations seem to handle numbers of up to 16 digits correctly.