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.