This repo conatins implementation of cryptography concepts in C. This repo might be helpful for all the developers who wants to learn not only the algorithm but also the bit by bit implementation of it.
1. Data Encryption Standard (DES)
NOTE : All algorithms and concepts implemented are for understanding purpose only. In case of production environment, use trusted crypto libraries like OpenSSL.