随笔分类 - 信息安全
摘要:1 #include 2 #define PASSWORD "1234567" 3 int verify_password (char *password) 4 { 5 int authenticated; 6 char buffer[8]; 7 authenticate...
阅读全文
摘要:1 /* 2 2015.4 3 DES加解密类 4 */ 5 #ifndef DES_H 6 #define DES_H 7 8 #include 9 #include 10 #include 11 using namespace std; 12 13 class DES 14 { 15 public: 16 void GetKey(char k...
阅读全文
浙公网安备 33010602011771号