随笔分类 -  信息安全

摘要:记录点滴。 阅读全文
posted @ 2015-05-25 23:55 ht-beyond 阅读(706) 评论(0) 推荐(0)
摘要:大数素性检验: 阅读全文
posted @ 2015-05-11 18:52 ht-beyond 阅读(884) 评论(0) 推荐(0)
摘要:1 #include 2 #define PASSWORD "1234567" 3 int verify_password (char *password) 4 { 5 int authenticated; 6 char buffer[8]; 7 authenticate... 阅读全文
posted @ 2015-03-13 13:37 ht-beyond 阅读(237) 评论(0) 推荐(0)
摘要: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... 阅读全文
posted @ 2015-03-10 19:52 ht-beyond 阅读(383) 评论(0) 推荐(0)