Ahmed-ali-abd-elsalam / des-implementaion

des implementaion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DES-Implementation

A fully function implentation of the DES Algorithm in C++ able to

  • Encrypt a sample plain text file given a key in hexadecimal
  • Decrypt to plaintext given a key in hexadecimal w

The program encrypts by default and the decryption is given as an option and uses the following files in its working

  • Sample plain text to be encrypted in plain.txt
  • Key in hexadecimal in key.txt
  • Encyrpted output file in encrypt.txt
  • Decrypted file in decrypt.txt

Team Members

Name ID
Ahmed Ali Abd El salaam 1807799
Lotfy Mabrouk Aly El-Said 1803659
Mostafa Mohamed Nageb 1809079
Abdelrahman Osama Ahmed Mohamed 1808518
Abdelrahman Bauomyi Abdelsattar Bauomyi 1809731

About

des implementaion


Languages

Language:C++ 100.0%