您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 一种容错RSA签名方案的设计与分析

  2. 2) RSA签名.RSA采用了公钥算法,不存在Hash的局限性.1978年,麻省理工学院的3名教授瑞斯特(Rivest)、沙米尔(Shamir)和艾德曼(Adleman)开发了非对称RSA公共密钥算法[2].由于这一算法既解决了密钥的带内传输问题又不必交易双方同时在线
  3. 所属分类:其它

  1. 《算法导论》习题解答.rar

  2. 《算法导论》习题解答.rar Solutions for Introduction to algorithms second edition Philip Bille The author of this document takes absolutely no responsibility for the contents. This is merely a vague suggestion to a solution to some of the exercises posed in th
  3. 所属分类:其它

    • 发布日期:2009-05-16
    • 文件大小:221184
    • 提供者:yyouyou
  1. 一份RSA源码(C#.Net)

  2. RSA算法 1978年就出现了这种算法,它是第一个既能用于数据加密也能用于数字签名的算法。 它易于理解和操作,也很流行。算法的名字以发明者的名字命名:Ron Rivest 命名
  3. 所属分类:其它

    • 发布日期:2009-06-09
    • 文件大小:68608
    • 提供者:nevergiveup_niu
  1. 算法导论Introduction to Algorithms

  2. 算法书中的经典 作者:Thomas H. Cormen Charles E. Leiserson Ronald L. Rivest Clifford Stein PDF格式
  3. 所属分类:其它

    • 发布日期:2009-06-24
    • 文件大小:14680064
    • 提供者:tanya11
  1. algorith_books_10_十本经典算法书

  2. Fundamentals of Data Structures,by Ellis Horowitz and Sartaj Sahni Data Structures, Algorithms and Program Style Using C,by James F. Korsh and Leonard J. Garrett Data Structures and Algorithm Analysis in C,by Mark Allen Weiss Data Structures: From A
  3. 所属分类:C

    • 发布日期:2009-08-18
    • 文件大小:28311552
    • 提供者:kisswinter
  1. Java常见加密技术全景展示_附Java代码实现

  2. 113页资料全面体现JCE安全,加密算法,绝对有帮助。 如基本的单向加密算法: ● BASE64 严格地说,属于编码格式,而非加密算法 ● MD5(Message Digest algorithm 5,信息摘要算法) ● SHA(Secure Hash Algorithm,安全散列算法) ● HMAC(Hash Message Authentication Code,散列消息鉴别码) 复杂的对称加密(DES、PBE)、非对称加密算法: ● DES(Data E ncryption Standa
  3. 所属分类:其它

    • 发布日期:2009-08-21
    • 文件大小:1048576
    • 提供者:gredn
  1. RSA 算法介绍(数据加密)

  2. 它是第一个既能用于数据加密也能用于数字签名的算法。它易于理解和操作,也很流行。算法的名字以发明者的名字命名:Ron Rivest, Adi Shamir 和Leonard Adleman。但RSA的安全性一直未能得到理论上的证明。它经历了各种攻击,至今未被完全攻破。
  3. 所属分类:其它

    • 发布日期:2009-09-02
    • 文件大小:32768
    • 提供者:loopolike
  1. MD5源码(C++)

  2. MD5的全称是Message-digest Algorithm 5(信息-摘要算法),用于确保信息传输完整一致。在90年代初由MIT Laboratory for Computer Science和RSA Data Security Inc,的Ronald L. Rivest开发出来,经MD2、MD3和MD4发展而来。它的作用是让大容量信息在用数字签名软件签署私人密钥前被"压缩"成一种保密的格式(就是把一个任意长度的字节串变换成一定长的大整数)。不管是MD2、MD4还是MD5,它们都需要获得一
  3. 所属分类:其它

    • 发布日期:2009-09-07
    • 文件大小:9216
    • 提供者:mjdy2006
  1. 密码学与信息加密中两种主流的加密技术

  2. 本章介绍密码学的基本概念。 介绍加密领域中两种主流的加密技术: DES加密(Data Encryption Standard) RSA加密(Rivest-Shamir-Adleman) 并用程序实现这两种加密技术的算法。最后介绍目前常用的加密工具PGP(Pretty Good Privacy),使用PGP产生密钥,加密文件和邮件。
  3. 所属分类:其它

    • 发布日期:2009-09-08
    • 文件大小:908288
    • 提供者:dsclq
  1. 十本经典算法 Fundamentals of Data Structures

  2. 1.Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni 2.Data Structures, Algorithms and Program Style Using C by James F. Korsh and Leonard J. Garrett 3.Data Structures and Algorithm Analysis in C by Mark Allen Weiss 4.Data Structures
  3. 所属分类:C

    • 发布日期:2009-09-24
    • 文件大小:13631488
    • 提供者:kylin70
  1. ntroduction to algorithms

  2. Cormen, Leiserson, Rivest, Stein. Introduction to algorithms (2ed, MIT, 2001)(984s)_CsAl_.pdf
  3. 所属分类:其它

    • 发布日期:2009-09-26
    • 文件大小:11534336
    • 提供者:fantasymars
  1. 算法导论习题及答案详解

  2. 算法导论习题及答案详解 Instructors Manual by Thomas H. Cormen Clara Lee Erica Lin to Accompany Introduction to Algorithms Second Edition by Thomas H. Cormen Charles E. Leiserson Ronald L. Rivest Clifford Stein
  3. 所属分类:其它

    • 发布日期:2009-10-23
    • 文件大小:1048576
    • 提供者:liutaobit
  1. 算法导论习题答案 MIT press

  2. 算法导论习题答案,经典的算法书 Thomas H. Cormen Charles E. Leiserson Ronald L. Rivest Clifford Stein
  3. 所属分类:其它

    • 发布日期:2009-11-10
    • 文件大小:305152
    • 提供者:sunwaysshe
  1. 算法导论(第2版chm格式英文版)(Introduction to Algorithms)

  2. 算法导论第2版chm格式英文版 Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest and Clifford Stein The MIT Press 1.支持金山词霸屏幕取词。 2.和纸质书一样有课后习题。
  3. 所属分类:其它

    • 发布日期:2009-11-24
    • 文件大小:17825792
    • 提供者:one132
  1. 算法导论答案 美 Thomax H.Cormen Charles E.Leiserson

  2. 算法导论的答案. 美 Thomax H.Cormen Charles E.Leiserson Ronald L.Rivest Clifford Stein
  3. 所属分类:其它

    • 发布日期:2009-11-27
    • 文件大小:1048576
    • 提供者:ijlgyi
  1. RSA公钥加密算法: 用于加密任何消息

  2. 使用最广泛的公钥加密算法 Rivest, Shamir & Adleman (RSA) in 1977 R L Rivest, A Shamir, L Adleman, "On Digital Signatures and Public Key Cryptosystems", Communications of the ACM, vol 21 no 2, pp120-126, Feb 1978
  3. 所属分类:其它

    • 发布日期:2009-12-05
    • 文件大小:73728
    • 提供者:huolingyu
  1. 算法导论IntroductionToAlgorithm

  2. Introduction to Algorithms, Second Edition Thomas H. Cormen Charles E. Leiserson Ronald L. Rivest Clifford Stein The MIT Press Cambridge , Massachusetts London, England McGraw-Hill Book Company Boston Burr Ridge , IL Dubuque , IA Madison , WI New Yo
  3. 所属分类:其它

    • 发布日期:2009-12-30
    • 文件大小:12582912
    • 提供者:lisacatlwq
  1. 算法导论MIT版答案(英文版)

  2. The author of this document takes absolutely no responsibility for the contents. This is merely a vague suggestion to a solution to some of the exercises posed in the book Introduction to algo- rithms by Cormen, Leiserson and Rivest. It is very like
  3. 所属分类:其它

    • 发布日期:2009-12-31
    • 文件大小:263168
    • 提供者:hewu_2008
  1. 算法导论(英文版)第2版 Introduction to Algorithms

  2. Introduction to Algorithms, Second Edition Thomas H. Cormen Charles E. Leiserson Ronald L. Rivest Clifford Stein The MIT Press Cambridge , Massachusetts London, England McGraw-Hill Book Company Boston Burr Ridge , IL Dubuque , IA Madison , WI New Yo
  3. 所属分类:其它

    • 发布日期:2010-01-02
    • 文件大小:11534336
    • 提供者:chinaczy
  1. Blum、Floyd、Pratt、Rivest、Tarjan__Time bounds for selection.pdf

  2. Blum、Floyd、Pratt、Rivest、Tarjan__Time bounds for selection.pdfBlum、Floyd、Pratt、Rivest、Tarjan__Time bounds for selection.pdfBlum、Floyd、Pratt、Rivest、Tarjan__Time bounds for selection.pdfBlum、Floyd、Pratt、Rivest、Tarjan__Time bounds for selection.pdfBlum、
  3. 所属分类:专业指导

    • 发布日期:2011-03-19
    • 文件大小:1048576
    • 提供者:mostovoi1234
« 12 3 4 5 6 7 8 9 10 »