C++DES加解密

// DES.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include "stdio.h" #include "memory.h" #include "time.h" #include "stdlib.h" #define PLAIN_FILE_OPEN_ERROR -1 #define KEY_FILE_OPEN_ERROR -2 #define
相关文章
相关标签/搜索