摘要:
// DES.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include <iostream>//////////////////////////////////////////////////////////////////////////// DES加密、解密算法// 作者:liujichao// DES算法:64位明文(不足需补位) + 56位密钥(8个校验位) --> 64位密文// 定义32位无符号类型typedef unsigne 阅读全文