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

搜索资源列表

  1. simplesign

    5下载:
  2. 发送方用自己的私钥加密通讯内容生成发送方的数字签名,并将其发送给接受方;接受方利用发送方的公钥对该签名内容进行验证; 思考: (1)这种方式是否存在安全问题? (2)请分别选择文件test-1.txt和test_pig.bmp作为通讯内容,分别记录全过程用时,并对比一下;-Sender s private key encrypted communications with their own content generated digital signature the sender
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:93218
    • 提供者:熊龙生
  1. proj8_1

    0下载:
  2. DES的算法程序,用于对数据加密,此算法是标准的公钥算法,并加了注释。-DES algorithm procedure, used for data encryption
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2306
    • 提供者:wangqian
  1. ssd

    0下载:
  2. 利用公钥密码体系,对软件产品的关键代码加密,保护软件产品的工具。-SSD SDK stands for "Secure Software Distribution SDK", and it offers several tools and code which will stop most cracking activities over your software.
  3. 所属分类:Windows Develop

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

    0下载:
  2. 包含大整数类,RSA加解密算法类,以及RSA低加密指数攻击的实现过程。大整数类实现任意大整数(可调整)的运算,重载+、-、*、/运算符,实现模幂、模逆运算,任意次幂、开任意次方运算。RSA类实现自定义密钥的加解密算法,各种转换过程。主函数提供了当公钥e很小时恢复明文的攻击方法。-It contains BigInteger class,RSA encryption algorithm class and the implementation process of RSA low encrypti
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2359067
    • 提供者:陈亚辉
  1. RSA

    0下载:
  2. RSA算法,输入公钥求解私钥,最后对明文进行加密,但是只是针对一个元素,计算机安全与保密作业,C语言-RSA algorithm for solving public input private key to encrypt the plaintext last, but only for one element, computer security and privacy operations, C language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:778
    • 提供者:陈洁
  1. RSA

    0下载:
  2. RSA加密解密算法,可以实现现场的加密解密,可以更改公钥私钥。-RSA encryption and decryption algorithm, can realize the field of encryption and decryption, can change the public and private key.
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:422247
    • 提供者:二胡
  1. RSAUtil

    0下载:
  2. RAS 算法签名验证,另外进行加密、解密,并支持导入导出公钥、私钥。-RSA signature verification using the method
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:924
    • 提供者:xialianghui
  1. OPENSSL

    1下载:
  2. 实现一款文档文件加密和签名的工具 1、选择一种hash算法(MD5 | SHA1 | SHA3)用于摘要的计算; 2、选择一种对称钥加密算法或者序列密码(DES| AES | RC4); 3、选择一种公钥算法实现签名(RSA| ECC),需要单独的密钥对生成算法; 4、文档文件的加密模式为CBC。-Achieve a document file encryption and signature tool 1. Select a hash algorithm (MD5 | SHA1
  3. 所属分类:Windows Develop

    • 发布日期:2016-11-23
    • 文件大小:833536
    • 提供者:杨成伟
  1. CSharp-RSA-demo

    0下载:
  2. C# 写的一个RSA公钥私钥加密算法的示例 很简单实用的示例 vs2010 c# winform程序-Examples of public and private key encryption algorithm RSA C# to write a very simple and practical example vs2010 c# winform program
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:27520
    • 提供者:任荣军
  1. RSA.NET

    1下载:
  2. .NET 提供的 RAS 算法没有提供私钥加密公钥解密的功能,这个代码实现了私钥加密公钥解密。
  3. 所属分类:.net编程

  1. RSA加解密的设计与实现--程序+报告

    2下载:
  2. 制作一个RSA的加解工具的过程: 1、随机搜索大素数,随机生成公钥和私钥; 2、用公钥对任意长度的明文加密; 3、用私钥对密文解密; 4、界面简洁、交互操作性强。 5、(可选)实现对汉字的加解密,把加密结果存放在文本文档(The design process of making a RSA encryption tool: 1. The large prime number is searched randomly and the public key and the priv
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:96256
    • 提供者:SJJXZ
  1. ECC模块 v0.12

    0下载:
  2. 椭圆曲线加密算法(ECC)是一种公钥算法,可以在不安全的信道上传递信息,而不需要事先约定密码。 RSA也是公钥算法,但是ECC比RSA有明显优势:在同等的安全程度下,所需要的密码长度最短。 但是缺点是算法本生很复杂,令人头大,我看了一堆书才写出了这个代码。 之前我发过一个256位的ECC源码,但是速度太慢了,这次这个是192位的,而且代码仔细优化过了,速度变快很多。(Elliptic curve cryptosystem (ECC) is a public key algorithm wh
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:83968
    • 提供者:heroaaa123
  1. 支付宝签名_XE7_Source

    1下载:
  2. 用于支付宝支付开发时候的RSA公钥私钥的加密,解密(The encryption and decryption of the private key of the RSA public key for the development of Alipay)
  3. 所属分类:其他

    • 发布日期:2018-10-30
    • 文件大小:7071744
    • 提供者:蓦然回首1
« 1 2»
搜珍网 www.dssz.com