Skip to content

Implementation of the Data Encryption Standard algorithm using C++

Notifications You must be signed in to change notification settings

KareimGazer/DES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

DES

Implementation of the Data Encryption Standard algorithm using C++

Getting Started

  • setup g++ for ubuntu 20.04 LTS
sudo apt-get install g++
  • compile
g++ DES.c -o DES
  • run
./DES <encrypt/decrypt> <plaintext/cipher> <key>

all in hexadecimal form

Sample Output

sample output

About

Implementation of the Data Encryption Standard algorithm using C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages