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

搜索资源列表

  1. code

    0下载:
  2. pppoe创建和加密,及具备公钥的md5随机加密-create a pppoe and encryption, and a random public key encryption md5
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:817338
    • 提供者:lwp
  1. RSAencryptonC

    0下载:
  2. RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。 RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。即RSA的重大缺陷是无法从理论上把握它的保密性能如何,而且密码学界多数人士倾向于因子分解不是NPC问题。RSA的缺点主要有:A)产生密钥很麻烦,受到素数产生技术的限制,因而难以做到一次一密。B)分组长度太大
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:3770978
    • 提供者:w
  1. Symmetric_encryption_Stream_encryption_CBC_RSA_DH.

    0下载:
  2. 对称加密解密,流加密,CBC加密解密,RSA加密算法,DH公钥和私钥算法-Symmetric encryption and decryption, stream encryption, CBC encryption and decryption, RSA encryption algorithm, DH public key and private key algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:19317
    • 提供者:Peter
  1. RSA1

    0下载:
  2. 通过判断素数,根据公式自动生成公钥私钥,输入明文,生成密文,实现RSA加密及解密算法-Through to determine prime numbers, according to the formula automatically generate a public key private key, enter the explicit, to generate ciphertext, the realization of RSA encryption and decryption algo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:778
    • 提供者:赵文娟
  1. encrytest

    1下载:
  2. 用JAVA实现RSA算法,一方使用公钥进行加密,另一方使用私钥进行解密-JAVA realization of RSA algorithm using one side for the use of public key encryption, the other using the private key to decrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:7811
    • 提供者:liuby
  1. 07

    0下载:
  2. des加密 ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。   密钥对产生办法。首先选择一个素数p,两个随机数, g 和x,g, x <p, 计算 y = g^x ( mod p ),则其公钥为 y, g 和p。私钥是x。g和p可由一组用户共享。 -des cipher
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3319493
    • 提供者:rock
  1. RsaKit_V1.0

    0下载:
  2. RSAKit使用vc实现了RSA基本算法,可进行私钥加密、公钥解密-RSAKit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:60757
    • 提供者:kangle
  1. Encryption_Demo

    0下载:
  2. C#加密解密程序及源代码,加密主要分两步进行,第一步选择文件,第二步随机产生对成加密钥匙Key和IV、使用发送者私钥签名随机密钥,使用接收者公钥加密密钥和签名、利用随机密钥使用DES算法分组加密数据、MD5摘要生成-->用发送者私钥签名;-C# encryption and decryption procedures and source code, encryption key two steps, first select the file, step right into a ran
  3. 所属分类:Network Security

    • 发布日期:2017-04-04
    • 文件大小:20499
    • 提供者:jiangfengmou
  1. 200601220942288253

    0下载:
  2. ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。   密钥对产生办法。首先选择一个素数p,两个随机数, g 和x,g, x < p, 计算 y = g^x ( mod p ),则其公钥为 y, g 和p。私钥是x。g和p可由一组用户共享。   ElGamal用于数字签名。被签信息为M,首先选择一个随机数k, k与 p - 1互质,计算 -首先选择一个随机数k, k与 p- 1互质,计算   a = g^k ( mod p )
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2521051
    • 提供者:崔光涛
  1. et299_sample_cs

    0下载:
  2. c#代码开发的USBKEY,读取公钥,加密-c# code developed by USBKEY
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:84218
    • 提供者:sor-a
  1. RSA

    1下载:
  2. 通过编写程序实现了公钥密码算法RSA的加密与解密功能,并进行了一定的优化,内含报告。-Achieved through the preparation process RSA public key cryptographic algorithm for encryption and decryption functions, and make a certain amount of optimization, containing the report.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:388905
    • 提供者:李莉
  1. DataCertificate

    1下载:
  2. 1:调用.NET2.0的MAKECERT创建含有私钥的数字证书,并存储到个人证书区; 2:将该证书导出为pfx文件,并为其指定一个用来打开pfx文件的password; 3:读取pfx文件,导出pfx中公钥和私钥; 4:用pfx证书中的公钥进行数据的加密,用私钥进行数据的解密; -1: Call. NET2.0 of MAKECERT to create a digital certificate containing the private key and s
  3. 所属分类:CA program

    • 发布日期:2017-03-30
    • 文件大小:1903
    • 提供者:段皓耀
  1. myrsa

    0下载:
  2. 公钥密码RSA ① 通过实际编程掌握非对称密码算法RSA的加密和解密以及快速加、解密过程,加深对非对称密码算法的认识。 ② 实现对RSA的解密密钥攻击。 -Public-Key Cryptography RSA ① through practical programming in non-asymmetric cryptographic algorithm RSA encryption and decryption as well as rapid encryption and d
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:37649
    • 提供者:scorpio
  1. 4

    0下载:
  2. 公钥密码实现程序用C++实现的,可以从控制台界面上观察加密解密情况-Public key cryptography to achieve program with C++ implementation can be observed from the console interface encryption and decryption case
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:77957
    • 提供者:xiaowu
  1. ECDSA

    0下载:
  2. ECDSA签名是美国联邦的标准,此加密算法利用签名保存公钥和私钥,代码很简单! -ECDSA signature is a federal standard, the encryption algorithm uses the stored public key and private key signature, the code is very simple
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:1842
    • 提供者:Jesse
  1. rsa2.0

    1下载:
  2. rsa算法源码 加密解密算法 c++ 自动输出公钥和私钥-rsa algorithm
  3. 所属分类:Network Security

    • 发布日期:2014-09-02
    • 文件大小:697
    • 提供者:张伟
  1. CryptoAPI1.0_cn_ix

    0下载:
  2. 本中文文档详细说明CryptoAPI(一个应用程序编程接口)(带目录方便查询),目的就是提供开发者在Windows 下使用PKI 的编 程接口。CryptoAPI 提供了很多函数,包括编码、解码、加密、解密、哈希、数字证书、 证书管理和证书存储等功能。对于加密和解密,CryptoAPI 同时提供基于会话密钥和公 钥/私钥对的方法。-The Chinese document details CryptoAPI (an application programming interface)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:313707
    • 提供者:朱跃文
  1. RSA

    0下载:
  2. 公钥密码对文件加密或者解密,对素数判断采用工业概率判断-Public key encryption or decryption of the file on the prime determine the probability of judging by industry
  3. 所属分类:CA program

    • 发布日期:2017-05-08
    • 文件大小:1621347
    • 提供者:严建康
  1. rsa

    0下载:
  2. 公钥密钥算法的软件实现,实现rsa的私钥选取,公钥生成,以及加密实现。-public key
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-29
    • 文件大小:11529712
    • 提供者:李唐
  1. RSA

    1下载:
  2. RSA+DES混合文件加密 RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。   RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。即RSA的重大缺陷是无法从理论上把握它的保密性能如何,而且密码学界多数人士倾向于因子分解不是NPC问题。 -Hybrid RSA+ DES File enc
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:112874
    • 提供者:王风
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com