Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yashoswalyo/edwa

A simple project that helps in encryption and decryption
https://github.com/yashoswalyo/edwa

decryption encryption jquery php security

Last synced: 19 days ago
JSON representation

A simple project that helps in encryption and decryption

Awesome Lists containing this project

README

        

# 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):
```bash
git clone https://github.com/yashoswalyo/EDWA
sudo mv EDWA /var/www/html/
Open browser to http://localhost/EDWA
```


##
### Screenshots
![intro](./SS/SS_01.png)
![ceaser](./SS/SS_02.png)
![vi](./SS/SS_03.png)
![pl](./SS/SS_04.png)
![hc](./SS/SS_05.png)
![comb](./SS/SS_06.png)