Skip to content

AhmedOsman101/CybersecurityProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cybersecurity Project

Features

  1. SHA-1 Encryption
  2. AES encryption and decryption with ECB mode
  3. RSA encryption and decryption with LCG key generation
  4. Website for using the encryption/decryption tools

How to Run The Project

  1. Install Deno on your system

Windows:

irm https://deno.land/install.ps1 | iex

MacOS/Linux

curl -fsSL https://deno.land/install.sh | sh
  1. Clone the repository
git clone https://github.com/AhmedOsman101/CybersecurityProject.git
  1. Install the dependecies
deno install
  1. Run the Project

CLI Version:

deno task cli

Website:

deno task dev

Compile The Project (optional):

For Windows:

deno task compile-windows

For Linux:

deno task compile-linux

About

Cybersecurity Project for college implementing SHA-1, AES-ECB, and RSA encrtyption/decryption algorithms

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •