🔐
RSA Encryption Visualizer
🔒 Encryption
🔓 Decryption
1
📝 Plain Text Input
📝 Hello
📝 RSA
🗑️ Clear
2
🔢 ASCII Encoding
Binary representation will appear here...
🎬 Animate
📊 Binary
3
🔑 RSA Key Setup
Public (e,n):
3
33
Private (d,n):
7
33
Manual Key Entry:
Public e:
Private d:
Modulus n:
✓ Validate & Apply
🎲 Generate
📐 Math
4
🔒 Encryption Math
C = M^e mod n
🎬 Encrypt
👣 Steps
5
✅ Cipher Output
Encrypted binary...
📋 Copy
💾 Save
6
📊 Process Flow
📝 Text Input
↓
🔢 ASCII Values
↓
🔑 RSA Keys
↓
🔒 Encryption
↓
✅ Cipher Text
🎭 Full Demo
1
🔓 Cipher Input
🔄 Use Previous
📝 Example
2
🔐 Private Key
Private (d,n):
7
33
🔄 Sync
📐 Math
3
🔓 Decryption Math
M = C^d mod n
🎬 Decrypt
👣 Steps
4
🔤 ASCII to Text
🎬 Convert
5
✅ Decrypted Text
HELLO
📋 Copy
🔄 New
6
📊 Process Flow
🔓 Cipher Input
↓
🔐 Private Key
↓
🔓 Decryption
↓
🔤 ASCII to Text
↓
✅ Decrypted Text
🎭 Full Demo