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

搜索资源列表

  1. SignAndCheckByDSA

    0下载:
  2. 数字签名 美国标准 DSA算法 java语言实现 完全可用-American Standard DSA digital signature algorithm java language fully available
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:684
    • 提供者:fj
  1. java

    0下载:
  2. 基于RSA的公钥签名实现。java实现数字签名的实例-Implementation based on RSA public key signature. java instance digital signature
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:2545
    • 提供者:
  1. dfsd

    0下载:
  2. C语言,大素数域上的椭圆曲线加密解密算法 [ibe_dec.rar] - 椭圆曲线加密算法,解密一步的源代码,有详细注释 [DES.rar] - 各种加密算法的源代码,包括DES,RSA,DAS,RC4,RC5等 [mulf2m.rar] - 椭圆曲线加密算法中的乘法器的生成,主要功能是实现在素域上的多项式模P(大素数)乘的运算。 [AesCode.rar] - AES c++实现 有图形界面对话框 简单易用 [2745ecc.rar] - 椭圆曲线加密算法
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:3902
    • 提供者:clint
  1. RSAManaged

    0下载:
  2. Silverlight中非对称加密及数字签名RSA算法的实现-Silverlight RSA Algrithm to impliment dissymmetrical encryption and digit sign
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:486019
    • 提供者:Zhaohua Mei
  1. RSA-

    1下载:
  2. 本程序实现网络安全通信中的消息数字签名及认证,同时对通信消息进行RSA加密。程序可自主设定加密密钥及各种参数!对密码编程者很有帮助!-The program s secure communications network a message digital signatures and authentication, and RSA encryption of communication messages. Encryption program can be set independently
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1917013
    • 提供者:yyb
  1. RSA-md5

    0下载:
  2. 利用RSA算法实现的数字签名,选用md5进行加密。-RSA digital signature algorithm md5
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:71718
    • 提供者:chendong
  1. SHA1_VC

    0下载:
  2. SHA1, 常用的SHA1,用于数字签名等-sha1,common sha1,userd for ca
  3. 所属分类:CA program

    • 发布日期:2017-04-11
    • 文件大小:1282
    • 提供者:sunliang
  1. qianming

    0下载:
  2. 加密解密软件,并可以实现数字签名及验证,密钥的生成及保存-Encryption and decryption software, and digital signatures and verification can be achieved, key generation and preservation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:7353
    • 提供者:李强
  1. RSA

    0下载:
  2. rsa算法代码,RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作-RSA algorithm is the first one that could be used for encryption and digital signature algorithm, easy to understand and operate
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1927634
    • 提供者:王腾蛟
  1. RSAsuanfa

    0下载:
  2. 1978年就出现了这种算法,它是第一个既能用于数据加密也能用于数字签名的算法。 RSA的安全性依赖于大数难于分解这一特点。公钥和私钥都是两个大素数(大于100个十进制位)的函数。-In 1978 came the algorithm, it is the first can used for data encryption can also be used as a digital signature algorithm. The RSA security depends on the char
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:3943
    • 提供者:
  1. MD5_JIAMI

    0下载:
  2. MD5文件加密,数字签名,支持des加密-MD5 File Encryption, digital signatures
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2478215
    • 提供者:zhou
  1. RSA_IN_C

    0下载:
  2. RSA算法它是第一个既能用于数据加密也能用于数字签名的算法。它易于理解和操作,也很流行。算法的名字以发明者的名字命名:Ron Rivest,Adi Shamir 和Leonard leman。但RSA的安全性一直未能得到理论上的证明。它经历了各种攻击,至今未被完全攻破。-RSA algorithm is the first not only for data encryption can also be used for digital signature algorithm. It s eas
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:3701
    • 提供者:李真
  1. SignatureDemo

    0下载:
  2. 实现数字签名,首先用MD5对要发送的文件进行摘要,产生MD5码,然后将文件和摘要一同发送给对方进行验证,若两次的摘要相同,则说明文件在发送过程中没有被篡改,反之,篡改了。-Realize digital signature, first for sending in MD5 documents are the, produce the MD5 yards, then will file and the send to each other together for verification, i
  3. 所属分类:CA program

    • 发布日期:2017-04-05
    • 文件大小:1925
    • 提供者:hello
  1. cellbuzz-rc5-2.0.tar

    0下载:
  2. 用于蜂窝宽带的流和文件的RC5加密程序.包含数字签名,消息加扰等功能.-RC5 is a block cipher that was originally designed by Ronald Rivest (http://theory.lcs.mit.edu/~cis/pubs/rivest/rc5.ps). We have implemented and optimized the RC5 encryption/decryption library for the Sony-Toshiba-
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:6832
    • 提供者:wen zhao
  1. CertificateExample

    0下载:
  2. Java 数字签名、数字证书的相关实例。   关于数字签名:产生RSA密钥对(myKeyPair),得到RSA密钥对,产生Signature对象,对用私钥对信息(info)签名,用指定算法产生签名对象,用私钥初始化签名对象,将待签名的数据传送给签名对象(须在初始化之后),用公钥验证签名结果,使用公钥初始化签名对象,用于验证签名。 -Java digital signature, digital certificates instance. Digital Signature: g
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:17037
    • 提供者:zhouhe
  1. MATLABEND

    0下载:
  2. RSA算法是目前公认的在理论和实际应用中最为成熟和完善的一种公钥密码体制,它是第一个既能用于数据加密也能用于数字签名的算法,是公钥密码体制的代表。-RSA algorithm is considered as a public-key cryptosystem of the most fully developed and complete in theory and practice application at present. It is the first algorithm for b
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:17983
    • 提供者:刘明
  1. anti-trojan

    0下载:
  2. 本文主要介绍了运用可执行文件的内核数字签名测试技术来进行木马检测的技术-Anti-Trojan and Trojan Detection with In-Kernel Digital Signature testing of Executables.
  3. 所属分类:Network Security

    • 发布日期:2017-04-02
    • 文件大小:26628
    • 提供者:李健
  1. RSA

    1下载:
  2. 用java实现的加解密和数字签名功能的源代码,可以作为毕业设计和学习用-Encryption and decryption and digital signature capabilities with java source code, can be used as a graduation project and learning
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:9490
    • 提供者:王大力
  1. VCPRSA

    0下载:
  2. VC++ RSA数字签名实现,基于dialog的,信息安全。-VC++ RSA digital signature, based on dialog, and information security.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3743525
    • 提供者:程鑫
  1. rsa

    0下载:
  2. rsa 加密算法 能同时用于加密和数字签名 -rsa algorithm java will multiply two large prime numbers is very easy, but when you want to its product factorization is extremely difficult, so it can be the product of public as an encryption key.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:1970
    • 提供者:黎茶醒
« 1 2 ... 6 7 8 9 10 1112 13 14 15 »
搜珍网 www.dssz.com