CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 数字签名

搜索资源列表

  1. Encryption-and-Decryption

    0下载:
  2. 登陆网站时对密码的加密和解密、数字签名,使得通信安全传输。-Landing site for password encryption and decryption, digital signature, making communications secure transmission
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:215605
    • 提供者:李冰冰
  1. CalHash

    0下载:
  2. 能够计算文件的MD5码,对于文件的数字签名验证有很大帮助,经过简单修改就能应用-Able to calculate file MD5 code for the digital signature verification document of great help, after a simple modification to the application
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:814
    • 提供者:mzc
  1. Crypto_API_study_note

    0下载:
  2. Crypto API 学习笔记:微软公司在NT4.0以上版本中提供了一套完整的Crypto API的函数,支持密钥交换,数据加密解密,数字签名,给程序员带来了很大方便,用户在对软件进行保护的时候可以直接利用Crypto API来完成这些工作,比如计算注册码,检查程序的完整性等。-the study note for Crypto in NT4.0
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:23601
    • 提供者:joker
  1. SecChat

    0下载:
  2. 本聊天程序采用2048bit 的RSA 数据加密算法对数据进行加密和数字签名后发出,因为RSA加密信息需要大量的时间,因此本程序适合用来传递密钥或对非常重要且信息量较少的网络通讯。本程序编译后运行界面如上所示,正常聊天需要进行设置,设定对方IP地址,QQ号或电子邮件地址,接下来就可以发消息了,程序还可以完成如图所示的其它功能。-After this chat program uses a 2048 bit RSA encryption algorithm for data encryption
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-25
    • 文件大小:125593
    • 提供者:薛玄
  1. DSA

    1下载:
  2. 详细的DSA源码,并经过验证和分析,对DSA数字签名的安全分析非常有用-DSA source in detail and validated and analyzed, the DSA digital signature safety analysis is very useful
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:1339
    • 提供者:zi wang
  1. Dlg

    0下载:
  2. 数字签名 ,信息的发送者才能产生的别人无法伪造的一段数字串。-The digital signature digital signature, the information of the sender to produce others cannot forge a numeric string
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4524
    • 提供者:zi wang
  1. RSA

    0下载:
  2. RSA算法基于一个十分简单的数论事实:将两个大素数相乘十分容易,但是想要对其乘积进行因式分解却极其困难,因此可以将乘积公开作为加密密钥。RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。RSA是被研究得最广泛的公钥算法,从提出到现今的三十多年里,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。-RSA encryption algorithm
  3. 所属分类:CA program

    • 发布日期:2017-04-04
    • 文件大小:1816
    • 提供者:elker
  1. VCPP-RSA--digital-autograph

    0下载:
  2. 基于公开密码体制的数字签名 RSA数字签名-RSA digital autograph
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:30134
    • 提供者:李奎
  1. RSA-(2)

    0下载:
  2. rsa算法作为数字签名的主要形式,具有较高的利用价值,可以实现生成秘钥,测试,加密文件功能-rsa algorithm as the main form of digital signatures, has a high value in use, can generate a secret key, test, file encryption function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:297429
    • 提供者:king
  1. the-original-root-

    0下载:
  2. 实验目的 原根与指标是解高次同余式的基础。在密码学中的Diffe-Hellman密钥交换协议、ElGamal公钥密码体制,以及其他许多密码协议和数字签名方案中都会用到原根及其性质。 实验内容与要求 求模n=43的最小原根,并建立其关于模43的指标表,将指标表写入g.txt中。 -Purpose and targets of the original root is the solution of high-order congruence basis. In cryptogra
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:806
    • 提供者:lei
  1. sm2_custom

    0下载:
  2. sm2数字签名 大家互相交流 我也是网上找的-sm2 digital signature to share with each other I also find online
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5046
    • 提供者:焦相云
  1. RSA-2048-SignVerifySign

    1下载:
  2. CA认证系统中使用最广泛的证书载体是USBKEY,国内各大产商一般是使用CSP服务来提供加解密服务。这个例子是2048位的RSA数字签名与验证签名,使用厂家自带的csp来实现(若下载者没有安装任何USBKEY的驱动,可将代码中的TEST_CSP_NAME宏改为NULL 即调用微软自带的csp),编译环境VC6.0。-CA authentication system is the most widely used carrier certificate in USBKEY, the major d
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:12031
    • 提供者:张磊
  1. CellWeb

    0下载:
  2. Cell 插件用于开发B/S结构程序,使用Asp, Asp.net, Jsp, Vbscr ipt, Javascr ipt等语言开发,可以在浏览器中直接打印报表(非IE打印),带有国际化数字签名,让用户使用更方便,更安全。 ? 具备Cell组件的所有特色功能,在浏览器中提供报表的显示和打印 ? 网络报表界面美观,大大改善了浏览器中报表的输出效果 ? 带有国际化数字签名,让用户使用的更安全、更放心 ? 可将报表文件另存为华表文件或者Excel文件,从而可以进行进一步加工
  3. 所属分类:.net

    • 发布日期:2017-04-29
    • 文件大小:204278
    • 提供者:张三
  1. cy68013-DRIVER-FOR-WIN8-6BIT

    0下载:
  2. cy68013WIN8 64位驱动(已测试) 需要禁用数字签名。由FX2LP18评估板驱动修改INF文件得来-cy68013WIN8 64-bit drivers (have been tested) You need to disable the digital signature. Evaluation Kit driven by the FX2LP18 modify INF file come
  3. 所属分类:SCM

    • 发布日期:2017-04-23
    • 文件大小:180073
    • 提供者:JOSON
  1. 64Signer-1.0.0

    1下载:
  2. 一键环境变量设置和64位数字签名用于twincat-A key environment variable settings and 64 digital signature
  3. 所属分类:Project Manage

    • 发布日期:2017-04-07
    • 文件大小:6144
    • 提供者:陈罗庚
  1. Javashuzi

    0下载:
  2. java实现数字签名加密系统,加密,完整代码-java digital signature encryption system, encryption, complete code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:271482
    • 提供者:黄影
  1. shuzi

    0下载:
  2. 是个简单的数字应用签名软件,里面还有相应的文档和使用说明,有数字签名功能还有计算摘要功能-Is a simple application of digital signature software, and the corresponding documents and instructions, have the function of digital signature and computing the function
  3. 所属分类:Java Develop

    • 发布日期:2017-05-19
    • 文件大小:5315462
    • 提供者:黄影
  1. email

    0下载:
  2. 基于java的带数字签名的邮件收发系统~mysql数据库,可以在tomcat服务器下运行~-Java-based digitally signed mail system ~ mysql , you can run under tomcat server ~
  3. 所属分类:Java Develop

    • 发布日期:2017-06-11
    • 文件大小:18854984
    • 提供者:王秋菊
  1. MyCipherTool

    0下载:
  2. 用JAVA语言设计并实现一个密码学综合工具,实现常用的称加密算法、非对称加密算法、HASH算法、MAC算法、数字签名算法- Design and implement a comprehensive tool cryptography JAVA language, called achieve common encryption algorithms, asymmetric encryption algo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-26
    • 文件大小:9040411
    • 提供者:LiYj
  1. s

    0下载:
  2. 使用openssl库,进行文件的加密解密以及数字签名验证的简单处理-Simple treatment using the openssl library, encryption and decryption, and digital signature verification of documents
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3124
    • 提供者:薛英才
« 1 2 ... 21 22 23 24 25 2627 28 29 30 »
搜珍网 www.dssz.com