Skip to content

tayyipozturk/DES-CBC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DES-CBC

Data Encryption Standard in Cipher Block Chaining mode

Installation

git clone https://github.com/tayyipozturk/DES-CBC

Build and Run

cd DES-CBC
make all

Usage

Plain text to be encrypted is set by char* str variable in main function in des.c. It can be changed to any string.

Releases

No releases published

Packages

No packages published