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: 2 months 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-23T10:51:38.000Z (about 4 years ago)
- Last Synced: 2025-04-08T18:25:56.851Z (about 1 year 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





