CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 CA认证 搜索资源 - *.b

搜索资源列表

  1. AuthorWeb(.net)

    0下载:
  2. 用c#开发的B/S模式的图书在线出版系统DB事sql server,为三层模式,用户层,业务逻辑层,DB层,详细说明见附录-with the development of B / S mode of books online publishing system DB things sql server, for the three-tier model, the user layer, business logic tier, DB layer details, see appendix
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:669262
    • 提供者:钟波
  1. 新建 Microsoft Word 文档

    0下载:
  2. RSA核心运算使用的乘模算法就是 M(A*B)。虽然M(A*B)并不是乘模所需要的真正结果,但只要在幂模算法中进行相应的修改,就可以调用这个乘模算法进行计算了。本软件起初未使用Montgomery 乘模算法时,加密速度比使用Montgomery乘模算法慢,但速度相差不到一个数量级。 将上述乘模算法结合前面叙述的幂模算法,构成标准Montgomery幂模算法,即本软件所使用的流程
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:2868
    • 提供者:拉萨
  1. RFC2560

    0下载:
  2. 本文档描述了无需证书撤消列表就可以决定一张数字证书当前状态的协议。 第二章中有协议的概述。功能必要条件在第三章中有详细描述。第四章是具体协议。第 五章我们将讨论一些和协议有关的安全问题。附录A定义了在HTTP之上的OCSP,附 录B有ASN.1的语义元素,附录C详细描述了信息的mime类型。-This document describes the need to withdraw the certificate on the list can decide a digital certifica
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:12323
    • 提供者:夏珊
  1. des

    0下载:
  2. a) I Wan to make more powerful crypto analysis against the need to keep constant b) The results of the analysis for different crypto key ... I would try to guess
  3. 所属分类:CA program

    • 发布日期:2017-11-10
    • 文件大小:625
    • 提供者:eren
  1. LSB

    0下载:
  2. LSB-giấ u tin trong ả nh bằ ng pp LSB
  3. 所属分类:CA program

    • 发布日期:2017-04-25
    • 文件大小:73732
    • 提供者:Binhloan1211
  1. 2office

    0下载:
  2. 实现办公自动化, 开发工具:Visual Studio .NET 2005 + Server2005 项目描述:OA办公系统基于B/S架构设计。 包括文件管理、共享下载、消息管理、公文流传、通知管理、内部论坛、人力资源管理、资产管理 等。 文件管理:接收文件 传送文件 文件操作记录 共享下载:查看共享 上传共享 管理共享 消息管理:接收消息 发送消息 部门群发 发送记录 我的群组 公文流转:接收公文 发送公文 发送记录 通知管理:查看通知 发布通知 通知管理 新闻管理:浏览新闻 发布新闻 内部论
  3. 所属分类:CA program

    • 发布日期:2017-05-20
    • 文件大小:5760935
    • 提供者:曹雨
  1. diffeehellmanPROGRAM

    0下载:
  2. Example 1. To find 1537 x 4248 modulo 10, you could multiply out and take the last digit, but a better way would be to replace 1537 by 7 and 4248 by 8 to start, find 7 x 8 = 56, and then take 56 mod 10 to get 6 as the answer. A handy standard no
  3. 所属分类:CA program

    • 发布日期:2017-04-26
    • 文件大小:28510
    • 提供者:pradeep
  1. RC4-Prog

    0下载:
  2. Example 1. To find 1537 x 4248 modulo 10, you could multiply out and take the last digit, but a better way would be to replace 1537 by 7 and 4248 by 8 to start, find 7 x 8 = 56, and then take 56 mod 10 to get 6 as the answer. A handy standard no
  3. 所属分类:CA program

    • 发布日期:2017-04-26
    • 文件大小:36467
    • 提供者:pradeep
  1. prob3

    0下载:
  2. Miller-Rabin test is a primality test algorithm which determines whether a given number is prime or not. Implement Miller-Rabin primality test as given in the text book page 257, Algorithm 7.44. (aN− 1 6= 1 mod N) Write three functions to
  3. 所属分类:CA program

  1. diffie_hellman

    0下载:
  2. Implement Diffie-Hellman Key exchange protocol and demonstrate that at the end, both person will have a common Key. Do the following: 1. Set a variable p ( e.g. p = 37) and g (e.g. g = 5). 2. Generate a, a random number mod p. Now generate A,
  3. 所属分类:CA program

  1. q1

    0下载:
  2. Consider an organization with three roles: A, B and C. Whenever B has to issue some instruction to A, B has to take permission via C and then only it will be obeyed by A. This permission is issued with the help of a digital signature. A verifies
  3. 所属分类:CA program

  1. 数字签名实验

    4下载:
  2. DSA签名程序和DSA验证程序。 签名程序流程: a. 读入字符串(从屏幕或文本文件中),字符串内容应包含自己的学号或姓名; b. 计算该字符串的SHA-1值; c. 生成DSA密钥对(利用dsa_make_key); d. 利用dsa_export函数导出所生成的DSA密钥对的公钥,并保存到文件中(dsa_key.pub),供验证程序使用; e. 对第2步产生的SHA-1值进行签名,保存签名到文件中(signature.txt)(DSA signatures and DSA val
  3. 所属分类:CA认证

    • 发布日期:2018-12-14
    • 文件大小:2969600
    • 提供者:王可爱努力
搜珍网 www.dssz.com