Tested tool guide
Tested browser tools
Checked August 16, 2026
What Public Key Cryptography Explainer does and how it behaves
Public key cryptography works because of modular arithmetic, but the algebra hides behind large numbers. This tool makes it visible: it generates a key pair from two primes, then walks encryption and decryption step by step, and flips the same operations around to demonstrate digital signatures. Small, hand-computable values keep every intermediate number on screen. The surprise most people hit: the two keys are interchangeable partners. Encryption with one key is undone by the other, in either direction, and that reversibility is exactly what turns encryption into signing. Secrecy is one use; proving you wrote a message is another.