Skip to content

Command line tool in C (OpenMP) for Electronic Codebook block cipher using DES

License

Notifications You must be signed in to change notification settings

bhavin192/ecb-des

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ecb-des

Build Status stability-experimental

Command line tool in C (OpenMP) for Electronic Codebook block cipher using DES

How to build

  • Clone the repo in a directory
    $ git clone https://github.com/geeksocket/ecb-des
    $ cd ecb-des
  • Compile using gcc
    $ gcc -lcrypt ecb-des.c -o ecb-des

How to run

  • Once you create the binary it can be run as
    $ ./ecb-des

Licensing

ecb-des is licensed under GNU General Public License v3.0. See LICENSE for the full license text.

About

Command line tool in C (OpenMP) for Electronic Codebook block cipher using DES

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages