Calculate (base^exponent) mod modulus efficiently
This calculator computes modular exponentiation using fast algorithms, essential for cryptography, number theory, and computer science applications.
Enter any positive integer (e.g., 2, 5, 123)
Enter any non-negative integer (e.g., 3, 10, 65537)
Enter any positive integer greater than 1 (e.g., 7, 17, 1000)
Common modular exponentiation examples
Simple modular exponentiation
Base: 3
Exponent: 4
Modulus: 5
Common in RSA encryption
Base: 7
Exponent: 10
Modulus: 13
Demonstrating efficiency with larger values
Base: 123
Exponent: 456
Modulus: 789
Example using prime modulus
Base: 2
Exponent: 16
Modulus: 17