https://github.com/bhavin192/ecb-des
Command line tool in C (OpenMP) for Electronic Codebook block cipher using DES
https://github.com/bhavin192/ecb-des
cipher des encryption openmp-parallelization
Last synced: 3 months ago
JSON representation
Command line tool in C (OpenMP) for Electronic Codebook block cipher using DES
- Host: GitHub
- URL: https://github.com/bhavin192/ecb-des
- Owner: bhavin192
- License: gpl-3.0
- Created: 2017-09-28T14:27:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T14:17:28.000Z (over 8 years ago)
- Last Synced: 2025-02-22T00:28:30.694Z (12 months ago)
- Topics: cipher, des, encryption, openmp-parallelization
- Language: C
- Size: 26.4 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ecb-des
[](https://travis-ci.org/geeksocket/ecb-des) 
Command line tool in C (OpenMP) for Electronic Codebook block cipher using DES
### How to build
- Clone the repo in a directory
```sh
$ git clone https://github.com/geeksocket/ecb-des
$ cd ecb-des
```
- Compile using gcc
```sh
$ gcc -lcrypt ecb-des.c -o ecb-des
```
### How to run
- Once you create the binary it can be run as
```sh
$ ./ecb-des
```
## Licensing
ecb-des is licensed under GNU General Public License v3.0. See [LICENSE](https://github.com/geeksocket/ecb-des/blob/master/LICENSE) for the full license text.