🔐
RSA Encryption Visualizer

1
📝 Plain Text Input
2
🔢 ASCII Encoding
Binary representation will appear here...
3
🔑 RSA Key Setup
Public (e,n): 3 33
Private (d,n): 7 33
Manual Key Entry:
4
🔒 Encryption Math
C = M^e mod n
5
✅ Cipher Output
Encrypted binary...
6
📊 Process Flow
📝 Text Input
🔢 ASCII Values
🔑 RSA Keys
🔒 Encryption
✅ Cipher Text
1
🔓 Cipher Input
2
🔐 Private Key
Private (d,n): 7 33
3
🔓 Decryption Math
M = C^d mod n
4
🔤 ASCII to Text
5
✅ Decrypted Text
HELLO
6
📊 Process Flow
🔓 Cipher Input
🔐 Private Key
🔓 Decryption
🔤 ASCII to Text
✅ Decrypted Text