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

搜索资源列表

  1. CertVerifyTimeValidity

    0下载:
  2. 本程序利用VC++6.0自带的密码学相关函数库实现数字签名证书的验证-This procedure using VC++6.0 own password-related functions of digital signature certification authority
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:
    • 文件大小:3009
    • 提供者:厉超
  1. rsa-shuziqianming

    3下载:
  2. 实现基于RSA算法的数字签名系统,基于C++语言实现,有很好的图形界面-RSA algorithm-based digital signature system, based on C++ language, a very good graphical interface
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-12-12
    • 文件大小:2028544
    • 提供者:小陈
  1. java_DigitalSign

    2下载:
  2. 实用数字签名的步骤 (1)发送方使用MD5算法对原始信息进行计算,获得一个固定长度的信息摘要 (2)发送方用自己的私钥加密生成的信息生成发送方的数字签名,发送方把这个数字签名作为发送信息的附件和明文信息,一同用接收方的公钥进行加密,将加密后的密文一同发送给接收方; (3)接收方首先把接收到的密文用自己的私钥解密,得到明文信息和数字签名,再用发送方的公钥对数字签名进行解密,然后使用相同的单向散列算法来计算解密得到的明文信息,得到信息摘要;对比计算出来的信息摘要和发送方发送过来的信息摘要
  3. 所属分类:Java Develop

    • 发布日期:2015-11-02
    • 文件大小:23814
    • 提供者:张云
  1. digitalSignature

    0下载:
  2. 利用JAVA实现的数字签名程序,内附JAVA源代码及详细注释-JAVA achieved using a digital signature process, enclosing the JAVA source code and detailed notes
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:16296
    • 提供者:Keliven
  1. BeyondSecSign

    0下载:
  2. 基于office文档的数字签名源码,可以嵌入印章信息-Office-based digital signature source document can be embedded in the seal information
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:70262
    • 提供者:wk
  1. jiamiandshuziqianming

    0下载:
  2. 能够对文件夹进行压缩加密,以后进行解密解压, 对通信双方进行数字签名认证,保证通信的安全性.-Be able to compress a folder encrypted, decrypt after decompression, communications between the two sides of the digital signature authentication to ensure communication security.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:892361
    • 提供者:曾玉富
  1. RSA

    0下载:
  2. 带有界面,除了加解密还可实现数字签名功能-With interface, in addition to digital signature functions
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2286526
    • 提供者:丁丁
  1. SHA-1

    0下载:
  2. 安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准(Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。-Secure hash algorithm (Secure Hash Algorithm) is mainly applied to digital signature standard (Digital Signature Standard DSS) which
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:824
    • 提供者:Jesse
  1. RSA

    2下载:
  2. RSA数字签名算法使用RSA进行数字签名-RSA digital signature algorithm using the RSA for digital signatures
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-12-12
    • 文件大小:7519741
    • 提供者:peter
  1. wcf_ca

    0下载:
  2. 这个文章和附件的源代码用Crypto++,C#,java语言实现数字签名消息的签发与验证过程。-The articles and annex the source code used Crypto++, C#, Java language for issuing digital signature information with the verification process.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2300252
    • 提供者:phdyg
  1. informationhide

    0下载:
  2. 数字签名及信息隐藏,实验源程序,包括说明文档,一看就明白-Digital signature and information hiding, experimental source, including a descr iption of documents, one look to understand
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2247556
    • 提供者:tt
  1. Digital_Signature

    0下载:
  2. 简单地说,所谓数字签名就是附加在数据单元上的一些数据,或是对数据单元所作的密码变换。这种数据或变换允许数据单元的接收者用以确认数据单元的来源和数据单元的完整性并保护数据,防止被人(例如接收者)进行伪造。-Simply put, the so-called digital signature is attached to the data unit on some data, or data unit by changing the password. Such data or transform
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:477630
    • 提供者:ben
  1. openssl

    0下载:
  2. 关于openssl方面的编程,对加解密和数字签名感兴趣的朋友可以看下-Openssl programming on aspects of encryption and decryption and digital signature interested friends can facie
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:980441
    • 提供者:童辉
  1. ElGamal

    0下载:
  2. ElGamal数字签名算法,DELPHI源码-ElGamal Digital Signature Algorithm, DELPHI source
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:17503
    • 提供者:郑有华
  1. RSA

    1下载:
  2. RSA算法的原理分析及实现。RSA是既能用于数据加密也能用于数字签名的一种非对称密码体制的算法。它有一对密钥,其中之一是私有密钥,由用户保存;另一个为公开密钥,可对外公开。并用VC++语言实现,通过MFC设计的一个小系统来模拟算法的简单应用-RSA algorithm and the realization of the principle. RSA is the best tool for data encryption can be used for digital signatures,
  3. 所属分类:加密解密

    • 发布日期:2013-01-30
    • 文件大小:45931
    • 提供者:dxh
  1. DSA

    0下载:
  2. java写的DSA数字签名算法,是密码学中的典型算法-java wrote DSA Digital Signature Algorithm is Cryptography typical algorithm
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-27
    • 文件大小:8543
    • 提供者:赵欢
  1. IS_Project1

    0下载:
  2. 这是一个文本加密、解密系统,提供了对称加密和非对称加密两种模式。此外,还实现了数字签名及其验证功能。-This is a text encryption, decryption system provides symmetric encryption and asymmetric encryption mode. In addition, implementation of digital signature and the authentication function.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-07
    • 文件大小:1288996
    • 提供者:孙一鸣
  1. Encryption

    0下载:
  2. RC4加/解密,RSA数字签名,调用接口非常简单-RC4 Encrypt,RSA sign,Interface is very simple
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:31260
    • 提供者:江浩
  1. RSA-digital-signature

    2下载:
  2. RSA 数字签名 matlab实现 是密码学中一个重要的签名算法-RSA digital signature cryptography matlab implementation are an important signature algorithm
  3. 所属分类:matlab

    • 发布日期:2016-12-12
    • 文件大小:1223
    • 提供者:xiaotiantian
  1. SafeChat

    0下载:
  2. 多线程加密聊天室,支持多线程客户端链接服务器端,其中包括加密,完整性验证,数字签名。服务器端采用mysql存储数字签名的公钥-Security Chat
  3. 所属分类:Java Develop

    • 发布日期:2017-05-03
    • 文件大小:880454
    • 提供者:djbone
« 1 23 4 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com