- SHA-1 Encryption
- AES encryption and decryption with ECB mode
- RSA encryption and decryption with LCG key generation
- Website for using the encryption/decryption tools
- Install Deno on your system
Windows:
irm https://deno.land/install.ps1 | iexMacOS/Linux
curl -fsSL https://deno.land/install.sh | sh- Clone the repository
git clone https://github.com/AhmedOsman101/CybersecurityProject.git- Install the dependecies
deno install- Run the Project
CLI Version:
deno task cliWebsite:
deno task devCompile The Project (optional):
For Windows:
deno task compile-windowsFor Linux:
deno task compile-linux