Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 583 Bytes

readme.md

File metadata and controls

31 lines (25 loc) · 583 Bytes

EDWA

Encryption Decryption Web Application is a simple project to perform encryption and decryption.

Implemented Algorithms:

  • Ceaser Cipher
  • Vigenere Cipher
  • Playfair Cipher
  • Hill Cipher

Requirements

  • PHP
  • Apache 2

Deploy instructions (Debian based system):

git clone https://github.com/yashoswalyo/EDWA
sudo mv EDWA /var/www/html/
Open browser to http://localhost/EDWA

Screenshots

intro ceaser vi pl hc comb