CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - RSA digital signature

搜索资源列表

  1. security

    0下载:
  2. 说明: 1、里面有什么: 1.1、org.bouncycastle.*下的所有软件是bouncycastle组织开发的软件包 1.2、org.infosecurity.*下的软件包括: DES_CBC算法的实现 RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证) 数字信封的实现   利用数字信封实现大文件的加密、解密。 2、有什么用:   2.1 研究、学习信息安全中的密码学设计与实现技术。   2
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:213582
    • 提供者:雷敏
  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. elgamal

    1下载:
  2. 实现数字签名Elgamal算法,该算法是在rsa算法基础上的变形算法。-Digital signature Elgamal algorithm, the algorithm is in the rsa algorithm on the basis of the deformation algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-07
    • 文件大小:1140
    • 提供者:jimoyong
  1. rsa_2

    0下载:
  2. 它是第一个既能用于数据加密也能用于数字签名的算法,本文件是rsa算法的java实现的代码-It is the first one that can be used both for data encryption can be used for digital signature algorithm, this document rsa algorithm java implementation code
  3. 所属分类:File Formats

    • 发布日期:2017-11-22
    • 文件大小:3613
    • 提供者:zheng
  1. digitally-signed

    0下载:
  2. 数字签名算法,使用RSA非对称密码算法,应该是非对称加密算法。DES是一种对称加密算法,不能做为数字签名的算法。对称加密算法由于加密和解密都是使用同一个密钥,所以无法保证密钥的完全保密(至少加密解密的两个人知道),也就不能唯一的确定加密者的身份。-Digital Signature Algorithm, using RSA asymmetric cryptographic algorithm should be non-symmetric encryption algorithm. DES is
  3. 所属分类:CA program

    • 发布日期:2017-11-17
    • 文件大小:7277
    • 提供者:haiyuanchen
  1. openssl

    0下载:
  2. openssl常用功能练习源码,包括des、3des、rsa加解密算法,数字签名操作,pem和der格式转换,以及证书操作等。适用于初学者。-Openssl function practice commonly used source code, including des, 3 des, rsa encryption algorithm, digital signature, pem and der format conversion, as well as certificate of op
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:636880
    • 提供者:
  1. rsaqianming

    0下载:
  2. 基于RSA算法的数字签名程序,可以实现RSA加密盒解密,可用已测试-RSA algorithm-based digital signature program, you can achieve decrypt RSA encryption box, available test
  3. 所属分类:CA program

    • 发布日期:2017-11-14
    • 文件大小:356625
    • 提供者:li
  1. JAVA_Encrypt

    1下载:
  2. Java 实现DES文件加密、MD5获取数字签名和文件验证、RSA签名加密。分为接收端和发送端。-Java implementation of the DES file encryption, MD5 obtaining digital signatures and document verification, RSA signature encryption. Into the receiver and transmitter.
  3. 所属分类:Ajax

    • 发布日期:2017-03-30
    • 文件大小:67337
    • 提供者:风吹
  1. RSA_Eryptographie_Algorithm

    0下载:
  2. RSA算法是目前在理论和实际应用中最为成熟和完善的一种公钥密码体制。它运用最多的地方是加密,还可用来进行身份验证和数字签名,是一种典型的公钥密码体制。-RSA algorithm is currently in the theory and practical application of one of the most mature and improve public-key cryptosystem. It uses up to where it is encrypted, can als
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-20
    • 文件大小:5992714
    • 提供者:孔春伟
  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. encrypted-chat

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

    • 发布日期:2017-05-01
    • 文件大小:84952
    • 提供者:chensen
  1. algorithm-experiments

    0下载:
  2. 共五个实验,分别是古典密码,DES算法,RSA算法,序列密码以及数字签名-A total of five experiments, respectively, are classical cryptography, DES algorithm, RSA algorithm, sequence cipher and digital signature
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-27
    • 文件大小:9852618
    • 提供者:lala
  1. Security

    0下载:
  2. 各种机密算法,以及数字签名.如RSA等公开密钥算法以及私钥算法-For confidential algorithm, and digital signature as well as key algorithm such as RSA public key algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-25
    • 文件大小:8089271
    • 提供者:lingongheng
  1. SecurityWork

    0下载:
  2. 本人 信息安全课程设计所用代码,实现了基于RSA的数字签名算法,以及RSA的加解密-I have information security curriculum design code, to achieve the RSA-based digital signature algorithm, and RSA encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-25
    • 文件大小:8058628
    • 提供者:lingongheng
  1. secure-util

    0下载:
  2. Base64编码摘要:对称(DES,3DES,AES,IDEA)/非对称(RSA,ELGamal)加解密,RSA/DSA数字签名,数字证书.-Abstract: symmetric (DES, 3DES, AES, IDEA)/asymmetric (RSA, ELGamal) encryption and decryption, RSA/DSA digital signature, digital certificate.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:11779
    • 提供者:段维波
  1. chat

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

    • 发布日期:2017-05-04
    • 文件大小:124568
    • 提供者:gaohm
  1. RSA_Algorithm

    0下载:
  2. RSA公开密钥密码系统是由 R.Rivest,A.Shamir,L.Adleman 提出的,不仅仅可用于数据的加密,也可用于数字签名,其安全性比较高,用它来开发加密、解密系统的应用已经有很多了。-RSA public key cipher system is composed of R.Rivest, A.Shamir, L.Adleman proposed, not only can be used for data encryption, but also can be used for d
  3. 所属分类:Communication

    • 发布日期:2017-12-11
    • 文件大小:162344
    • 提供者:陈晓磊
  1. 证书加密解密

    0下载:
  2. 本次实验是基于广泛测试的公开加密库来实现数字签名服务。这里选择了 M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会 更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级 的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们 可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文件,后面再利 用生成的证书、私钥和公钥来实现加密解密及数字
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:672768
    • 提供者:lala_
« 1 2 3 4 5»
搜珍网 www.dssz.com