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

搜索资源列表

  1. shiyansan-jiyuRSAdegongyaojiami

    0下载:
  2. 1.理解公钥密码算法,熟悉常用密码算法:RSA、椭圆曲线密码体制。 2.以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 -Understand public key cryptography algorithm, familiar with the commonly used cryptographic algorithms: RSA, elliptic curve cryptosystem. RSA encryption algorithm, for example, t
  3. 所属分类:Network Security

    • 发布日期:2017-11-14
    • 文件大小:72456
    • 提供者:mengmeng
  1. rsa

    0下载:
  2. 将RSA算法写成动态链接库的形式方便调用,其中有公钥,私钥和明文就可以进行明文的加密和解密。-RSA algorithm dll source.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-18
    • 文件大小:5647
    • 提供者:btask
  1. Information-security-instruction

    0下载:
  2. 本实验指导书涵盖了对称密钥密码加密解密实验、公钥密码加密解密实验、Hash函数的应用和软件漏洞攻击实验等内容。并且对每个实验内容中所给出的实验题目均附上了完整的源代码,且经调试运行正确。同时,为了帮助读者理解程序,在每个源代码中都给出了详尽的注释。-The experimental guide book covers the experimental symmetric key cipher encryption and decryption, public key encryption and
  3. 所属分类:source in ebook

    • 发布日期:2017-11-26
    • 文件大小:4788021
    • 提供者:xiaoyezi
  1. hc-v4.tar

    0下载:
  2. httpclient登录新浪微博(非SDK方式)最近新浪微博更新了sso登录方式,加密算法变成了rsa,获取nonce和servertime,pubkey,这里涉及到rsa加密,通常用java进行rsa加密一般都是从文件读取公钥信息或者是base64编码的公钥信息转换成key,然后进行加密... -httpclient Login Sina Weibo (non-SDK way) Sina Weibo recently updated sso login, encryption algori
  3. 所属分类:Java Develop

    • 发布日期:2017-11-02
    • 文件大小:2066832
    • 提供者:zhangts
  1. RSA

    0下载:
  2. 1.理解公钥密码算法,熟悉常用密码算法:RSA、椭圆曲线密码体制。 2.以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 -1 understand public key cryptography algorithm, familiar with the commonly used cryptographic algorithms: RSA, elliptic curve cryptosystem. (2) the RSA encryption algorithm, for ex
  3. 所属分类:Java Develop

    • 发布日期:2017-11-18
    • 文件大小:7549
    • 提供者:fuaixia
  1. rsa

    0下载:
  2. rsa算法的实现,输入两个质数和公钥,即可计算出私钥,输入需加密内容,然后就可看到加密后的结果.这是rsa算法的简单应用,对于理解此算法很有帮助-rsa algorithm, the input of two prime numbers, and public key, the private key can be calculated, enter the content to be encrypted, and then you can see the encrypted result. r
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:1391
    • 提供者:王琪
  1. Practical-digital-signature

    11下载:
  2. 实用数字签名的步骤 (1)发送方使用MD5算法对通信内容进行计算,获得一个固定长度的信息摘要; (2)发送方用自己的私钥加密生成的信息生成发送方的数字签名,发送方把这个数字签名作为发送信息的附件和明文信息,一同用接收方的公钥进行加密,将加密后的密文一同发送给接收方; (3)接收方首先把接收到的密文用自己的私钥解密,得到明文信息和数字签名,再用发送方的公钥对数字签名进行解密,然后使用相同的单向散列算法来计算解密得到的明文信息,得到信息摘要;对比计算出来的信息摘要和发送方发送过来的信息摘
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-11-02
    • 文件大小:1383424
    • 提供者:丁元元
  1. RSA

    0下载:
  2. RSA算法公钥及私钥的算法,对明文的加密及对密文的解密-RSA algorithm for public key and private key algorithms, the plaintext encryption and decryption of the ciphertext
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:1436
    • 提供者:马智
  1. delphiRSA

    1下载:
  2. RSA的加密算法,公钥、私钥算法,加密、解密DEMO-RSA encryption algorithm, public key, private key algorithms, encryption, decryption DEMO
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:172742
    • 提供者:龙先生
  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. 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. RSA_DIS

    0下载:
  2. 公钥证书的非对称加密分配,主要用于非对称加密时证书的分配-Asymmetric encryption public key certificate assigned
  3. 所属分类:Network Security

    • 发布日期:2017-05-09
    • 文件大小:1581340
    • 提供者:林瑞文
  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. RSA_cipher

    0下载:
  2. RSA公钥密码加密算法程序实现,matlab程序,运行正确。-The algorithm program, RSA public key cipher encryption matlab program, run the correct.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1724
    • 提供者:Dr.Shang
  1. RSA

    0下载:
  2. RSA加密和解密算法实现。其中公钥私钥对随机生成,可实现对明文的加密及解密。- The realization of RSA encryption and decryption algorithm. The public and private key pair is generated randomly, and can realize the encryption and decryption of the plai
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4459
    • 提供者:袁清
  1. RSA

    0下载:
  2. RSA算法基于一个十分简单的数论事实:将两个大素数相乘十分容易,但是想要对其乘积进行因式分解却极其困难,因此可以将乘积公开作为加密密钥。RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。RSA是被研究得最广泛的公钥算法,从提出到现今的三十多年里,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。-RSA encryption algorithm
  3. 所属分类:CA program

    • 发布日期:2017-04-04
    • 文件大小:1816
    • 提供者:elker
  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 2 ... 8 9 10 11 12 1314 »
搜珍网 www.dssz.com