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

搜索资源列表

  1. xiaoping_Encryption

    0下载:
  2. 定义一个类,作为文本的加密类,定义一个加密公钥,将该文本进行加密,再定义一个类,接受加密类的公钥和加密过的文本,然后对其进行解密,将解密接过输出。-The definition of a class, as the encryption type of the text, the definition of a public key encryption, the encrypted text, and then define a class category to receive the pu
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:27858
    • 提供者:xiaoping
  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. RSADES

    0下载:
  2. 使用RSA和DES两种算法为基础,设计实现了一个简单的网络传输模型。模型里有两个类,Server和Client,Server端要将自己的公钥发给Client,然后Client将自己的DES密钥通过RSA加密发给Server 端。之后双方可以通过DES对称加密进行通信。-Two algorithms using the RSA and the DES, based on designs and implements a simple model of network transmission. M
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:1091302
    • 提供者:林晓波
  1. Ellipticcurvepublickeysystem

    0下载:
  2. 计算机安全学中椭圆曲线公钥系统的c源码 输入与输出: 请输入椭圆曲线方程y^2=x^3+cx+d(mod p)中c,d,p的值:8,10,23 椭圆曲线方程为y^2=x^3+8x+10(mod23) 请输入所取明文x的x1,x2:19,13 请输入选择的椭圆曲线上的点a0的x,y:7,8 请输入私钥a=17 选取t=3 加密的结果是(y0,y1,y2) = ((22,22),20,18) 实施解密: (c1,c2)=(18,12) x1=19
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:12374
    • 提供者:ttt
  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. caRSA

    0下载:
  2. 该项目实现了CA认证,通信双方利用公钥证书进行非对称密钥RSA加密通信。可以简单修改实现分机部署。-The project achieved the CA certificate, certificate of communication both use public key RSA encryption keys for asymmetric communication. Simple changes can be deployed to achieve extension.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:54655
    • 提供者:chuen jane
  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. codefans.net

    0下载:
  2. 大家要注意了,这款软件很强大,不仅仅是聊天,还可以通过私钥和公钥对聊天进行加密,个人觉得是很不错的软件,大家可以学学,反正我觉得很不错,要是你们觉得你们能编的更好,我也相信!-We must pay attention to, and this software is very powerful, not just chat, but also through private and public key encryption on the chat, personal feel that is
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:3657793
    • 提供者:玉骢难系
  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 ... 5 6 7 8 9 1011 12 13 14 »
搜珍网 www.dssz.com