收录查询

文章分类 -  Foo Encryption

摘要:Hash,一般翻译做"散列",也有直接音译为"哈希"的,就是把任意长度的输入(又叫做预映射, pre-image),通过散列算法,变换成固定长度的输出,该输出就是散列值。这种转换是一种压缩映射,也就是,散列值的空间通常远小于输入的空间,不 同的输入可能会散列成相同的输出,而不可能从散列值来唯一的确定输入值。  简单的说就是一种将任意长度的消息压缩到某一固定长度的消息摘要的函数。  HASH主要用于... 阅读全文
posted @ 2009-05-07 15:40 -> 阅读(305) 评论(0) 推荐(0)
摘要:原文地址:http://bbs.pediy.com/showthread.php?threadid=20078首先 1 从od里加载文件(就直接把进程启动起来了),再按F12 暂停; 2 View菜单中选击Windows项,在打开的窗口中可以从Title栏看到目标按钮,从而找到它的Handle(xxxxxxxx) ; 对不同平台生成的程序,分别处理: 一、VB, Delphi, CBuilder... 阅读全文
posted @ 2009-04-24 04:37 -> 阅读(344) 评论(0) 推荐(0)
摘要:Does anyone have some test vectors for the SSL MAC algorithms? Both MD5 and SHA? By test vectors, I mean a series of input paired with the expected MAC. Thanks in advance -----------------------------... 阅读全文
posted @ 2009-02-28 04:36 -> 阅读(389) 评论(0) 推荐(0)
摘要:Visual C++ Encryption Examples Encrypt File to .p7m Sign a File to Create a .p7s File Sign a File to Create a .p7s File Verify .p7s and Extract Original File Quoted-Printable Enco... 阅读全文
posted @ 2008-04-18 18:07 -> 阅读(585) 评论(0) 推荐(0)