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++
- Host: GitHub
- URL: https://github.com/kareimgazer/des
- Owner: KareimGazer
- Created: 2021-11-25T14:42:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T07:55:03.000Z (about 3 years ago)
- Last Synced: 2025-02-03T12:43:06.969Z (3 months ago)
- Topics: cipher-algorithm, cryptography, data-encryption-standard, security
- Language: C++
- Homepage:
- Size: 47.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
