Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yashoswalyo/edwa
- Owner: yashoswalyo
- License: agpl-3.0
- Created: 2022-04-27T11:40:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-23T10:51:38.000Z (over 2 years ago)
- Last Synced: 2024-11-05T08:42:49.612Z (2 months ago)
- Topics: decryption, encryption, jquery, php, security
- Language: PHP
- Homepage:
- Size: 653 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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)