des算法实现:标准DES-C实现方法

/*@file wjcdestest.cpp WjcDes test complied ok with vc++6.0,mingGW */ #include "stdio.h" #include "WjcDes.h" //#include "WjcDes.cpp" int main() { printf("des demo...\n"); char key[8]={1,9,8,0,9,1,7};/... [阅读全文]
1 共1条 分1页