An open API service indexing awesome lists of open source software.

https://github.com/kareimgazer/des

Implementation of the Data Encryption Standard algorithm using C++
https://github.com/kareimgazer/des

cipher-algorithm cryptography data-encryption-standard security

Last synced: about 1 month ago
JSON representation

Implementation of the Data Encryption Standard algorithm using C++

Awesome Lists containing this project

README

        

# 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
```
all in hexadecimal form

## Sample Output
![sample output](https://github.com/KareimGazer/DES/blob/main/screenshots/sampleExe.PNG?raw=true)