摘要: 1 #include "memory.h" 2 #include "stdio.h" 3 enum {encrypt,decrypt};//ENCRYPT:加密,DECRYPT:解密 4 void des_run(char out[8],char in[8],bool type=encrypt); 5 //设置密钥 6 void des_setkey(const char... 阅读全文
posted @ 2018-06-12 12:36 jiu~ 阅读(6456) 评论(0) 推荐(0)