Introduction - If you have any usage issues, please Google them yourself
Implement DES algorithm with C according to its encryption and decryption principle, the algorithm involves a number of bit operations, such as setting the bit position of the specified location, rotate the left shift operation, which is the foundation of the algorithm.