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

搜索资源列表

  1. dsa

    2下载:
  2. 数字签名,应用DAS进行数据签名及验证,在VC++环境中进行开发。-Digital signatures, the application of DAS sign and verify data, in VC++ environment for development.
  3. 所属分类:Windows Develop

    • 发布日期:2017-01-03
    • 文件大小:3801088
    • 提供者:xinxiangxiang
  1. CallDll

    0下载:
  2. myeclipse下一个applet例子 包括 数字签名 通过tomcat发布 在客户端访问本地资源-Examples of an applet under myeclipse digital signature issued by tomcat on the client access to local resources
  3. 所属分类:Applet

    • 发布日期:2017-03-26
    • 文件大小:15171
    • 提供者:Dary.Liu
  1. AN

    0下载:
  2. 计算机密码学密码系统实验参考答案,内附RSA算法,MD5加密算法,数字签名等算法-Computer cryptography cryptography experiments refer to the answer, containing the RSA algorithm, MD5 encryption algorithm, digital signature algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1046748
    • 提供者:刘勇
  1. java_security_sdk

    0下载:
  2. 软件是bouncycastle组织开发的软件包,包括DES_CBC算法的实现、RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证)、数字信封的实现、利用数字信封实现大文件的加密、解密。可以作为研究、学习信息安全中的密码学设计与实现技术。在原版的基础上进行一些改进,对文件加密、解密的时候要频繁的IO加一个缓冲区,RSA私钥积存的时候可以按PKCS8形式,再经BASE64编码保存。-Software development organization is bouncycastl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:212631
    • 提供者:鹿淑煜
  1. ecc-lib-2.1.tar

    0下载:
  2. ecc加密算法库,是一种非对称加密算,可用于数字签名等。-ecc encryption algorithms,can be used to signature
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:272109
    • 提供者:GoodLuck
  1. cryptlib_manual

    0下载:
  2. CryptLib库的官方手册(pdf)。CryptLib是一个加密安全工具包,利用此加密库接口,可以很容易地为各种应用系统提供安全服务,如加/解密、数字签名、认证等。该文件只是一个官方手册(pdf)文件,请大家看好了再下载。-CryptLib library' s official manual (pdf). CryptLib is an encryption security toolkit, the use of this encryption library interface, y
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1205702
    • 提供者:付西
  1. bccrypto-net-1.7-src

    0下载:
  2. 关于.NET的数字签名,加密函数等等啦!具体的下载下来看看吧 最新升级版1.7-About. NET' s digital signature, encryption function, and so on it! Specific download the latest upgrade version 1.7 to see it
  3. 所属分类:.net

    • 发布日期:2017-05-13
    • 文件大小:3455618
    • 提供者:MAXIAOJUN
  1. MD5

    0下载:
  2. MD5算法的作用是让大容量信息在用数字签名软件签署私人密匙前被"压缩"成一种保密的格式,很实用的哦。-Its role is to let the large capacity information in digital signature sign private key software before the "compression" into a confidential format.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:7146
    • 提供者:hui
  1. classical-algorithm-of-JAVA

    0下载:
  2. java经典算法收集整理,包括排序、遍历、数字签名等等。-classical algorithm to compile java, including sorting, traversal, digital signatures, and so on.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:26429
    • 提供者:chengy
  1. testSign

    0下载:
  2. 标准C++编写的实现数字签名的例程,其中调用openssl实现了证书的解析,调用PKCS11实现了数字签名。-Written in standard C++ implementation of digital signature routines, which call openssl to achieve a certificate of analysis, calls PKCS11 to achieve a digital signature.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:252215
    • 提供者:steven
  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. aw22

    0下载:
  2. 广播多重量子数字签名方案的设计与分析.Broadcast multiple quantum digital signature scheme design and analysis.-Broadcast multiple quantum digital signature scheme design and analysis.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:140060
    • 提供者:
  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. Abstract

    0下载:
  2. 摘 要: 1982年,Quisquate和Couvreur提出了一种RSA的变型算法,称为RSA–CRT算法,这是一种基于中国剩余定理的能够加速RSA解密的算法。1990年,Wiener提出了另外一种RSA的变型算法,称为重新平衡–RSA,进一步通过把解密成本转移到加密成本上来加速RSA解密。但是,因为公开指数e通常和RSA系数是同一量级,所以这种方法实质上最大化了加密时间。在本文中,我们介绍两种重新平衡–RSA变型算法,它们的公开指数e比模量更加的小,因此能够在保持较低解密成本的同时有效地减少
  3. 所属分类:Development Research

    • 发布日期:2017-05-01
    • 文件大小:561360
    • 提供者:huhui
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 30 »
搜珍网 www.dssz.com