摘要: #include "stdafx.h" #include #include "RSACrypto.h" int main(int argc, char* argv[]) { printf("Hello World!\n"); CTomCryptoRSAWrapper Wra; //const unsigned char* seed; unsigned char strseed[]... 阅读全文
posted @ 2008-04-29 11:23 ahuo 阅读(1590) 评论(0) 推荐(0) 编辑
摘要: 密码库LibTomcrypt的内容介绍及分析 2.1 密码知识简介 2.1.1专业术语 发送者和接收者 假设发送者想发送消息给接收者,且想安全地发送信息:她想确信偷听者不能阅读发送的消息。 2.1.2消息和加密 消息被称为明文。用某种方法伪装消息以隐藏它的内容的过程称为加密,加了密的消息称为密文,而把密文转变为明文的过程称为解密。图1.1表明了这个过程。 (如果你遵循ISO 7... 阅读全文
posted @ 2008-04-29 09:53 ahuo 阅读(3721) 评论(0) 推荐(0) 编辑