04 2008 档案

摘要:#include "stdafx.h" #include #include "RSACrypto.h" int main(int argc, char* argv[]) { prng_state prng; unsigned char buf[32]; int err; //加密 if ((err = rc4_start(&prng)) != CRYPT_OK) { print... 阅读全文
posted @ 2008-04-30 10:42 ahuo 阅读(824) 评论(0) 推荐(0) 编辑
摘要:#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 阅读(1607) 评论(0) 推荐(0) 编辑
摘要:密码库LibTomcrypt的内容介绍及分析 2.1 密码知识简介 2.1.1专业术语 发送者和接收者 假设发送者想发送消息给接收者,且想安全地发送信息:她想确信偷听者不能阅读发送的消息。 2.1.2消息和加密 消息被称为明文。用某种方法伪装消息以隐藏它的内容的过程称为加密,加了密的消息称为密文,而把密文转变为明文的过程称为解密。图1.1表明了这个过程。 (如果你遵循ISO 7... 阅读全文
posted @ 2008-04-29 09:53 ahuo 阅读(3788) 评论(0) 推荐(0) 编辑
摘要:由于ias的日志文件实在太难看了,写了一个工具去解析它,并不是很完善的。 使用时把数据文件拖进去。 http://www.cnblogs.com/Files/ahuo/IASLogViewer.rar 阅读全文
posted @ 2008-04-21 16:02 ahuo 阅读(563) 评论(0) 推荐(0) 编辑
摘要:设置Form的AllowDrop为true private void Form1_DragDrop(object sender, DragEventArgs e) { string path = ((System.Array)e.Data.GetData(DataFormats.FileDrop)).GetValue(0).ToString(); ... 阅读全文
posted @ 2008-04-21 15:49 ahuo 阅读(5870) 评论(2) 推荐(0) 编辑
摘要:WEP--有线对等保护 WPA--Wi-Fi保护访问 PSK--Pre-SharedKey--预置共享密钥 TKIP--临时密钥完整性协议 EAP--Extensible Authentication Protocol AAA-身份验证、授权和记帐 RADIUS--Remote Authentication Dial-in User Service-- 远程身份验证拨号用户服务 TLS... 阅读全文
posted @ 2008-04-16 22:28 ahuo 阅读(301) 评论(0) 推荐(0) 编辑
摘要:#pragma data_seg("flag_data") int count=0; #pragma data_seg() #pragma comment(linker,"/SECTION:flag_data,RWS") 这种方法只能在没有def文件时使用,如果通过def文件进行导出的话,那么设置就要在def文件内设置而不能 在代码里设置了。 SETCTIONS flag_data REA... 阅读全文
posted @ 2008-04-08 23:56 ahuo 阅读(3901) 评论(2) 推荐(0) 编辑
摘要:VC项目文件说明 .opt 工程关于开发环境的参数文件。如工具条位置等信息; ... 阅读全文
posted @ 2008-04-08 23:38 ahuo 阅读(632) 评论(0) 推荐(0) 编辑
摘要:设备控制选项的部分列表 操作 参数 设置成…… 撤消同一个卷的连接 dwIoControlCode F... 阅读全文
posted @ 2008-04-02 13:38 ahuo 阅读(435) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示