Introduction - If you have any usage issues, please Google them yourself
A C++ Source of the DES algorithm. The introduction of projects to use, a function of encryption and decryption are DES (char* key, char* s_text, char* d_text) and _DES (char* key, char* s_text, char* d_text) is also more convenient to use