RSA Cryptographic Algorithm Simulator is a web application developed in JavaScript, HTML and CSS, designed to simulate the operation of RSA encryption.
It illustrates secure exchanges between two users and the attempted intrusion of a Man-in-the-Middle (MITM) attacker. The aim of this project is to provide an educational and interactive experience to better understand RSA encryption.
- 💬 Real-time overview of message exchanges between users
- 🔐 Simulated RSA encryption of messages for secure communication
- 🕵️♂️ MITM (Man-in-the-Middle) attack simulation
- 👁️ Visualization of what an attacker could see if he intercepts the messages
- Clone the Git repository :
git clone https://github.com/arthur10o/RSA_Cryptographic_Algorithm_Simulator.git- Go to the project directory
cd name_repository- Open
index.html
| Color | Hex |
|---|---|
| light green 1 | #90F890 |
| light green 2 | #4CAF50 |
| green | #008000 |
| red | #FF0000 |
| black | #000 |
| dark grey | #333 |
| white | #fff |
| break white | #ccc |
| orange | #FF8C00 |
This project is licensed under MIT.