2011年5月11日
摘要: // 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 阅读全文
posted @ 2011-05-11 23:51 潇湘雨歇 阅读(6117) 评论(1) 推荐(0) 编辑