This project implements a Playfair Cipher encryption tool using Html,Css,JavaScript. The Playfair Cipher is a cryptographic technique that encrypts plaintext into ciphertext by using a 5x5 key table of letters.
- Encryption of plaintext using the Playfair Cipher algorithm.
- Responsive web interface for inputting the key and plaintext.
- Decryption of ciphertext back to plaintext.
- Modern and visually appealing design.
- HTML5
- CSS3
- JavaScript
- Input a key and plaintext into the designated fields.
- Click the "Encrypt" button to generate the ciphertext.
- Optionally, click the "Decrypt" button to decrypt the ciphertext back to plaintext.
- Clone the repository to your local machine.
- Open the
index.html
file in your web browser. - Ensure that your browser supports JavaScript.
This project was developed by Md. Manzurul Alam (niloy104).