C++實現DES加密解密

#ifndef _DES_H_ #define _DES_H_ #include <string> #define BITS_PER_CHAR 8 #define KEY_SZIE 8 #define SUBKEY_NUM 16 #define SUBKEY_LENGHT 48 #define EXPAND_SIZE 48 #define PC_2_SIZE 48 #define PC_1_S
相關文章
相關標籤/搜索