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

搜索资源列表

  1. RSA_DHC

    0下载:
  2. 实现RSA公钥加密算法的C++程序,通过连个随机素数,生成加解密的公钥与私钥。-Implement RSA public key encryption algorithm C++ program, through even a random primes generated public key and private key encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-15
    • 文件大小:5678
    • 提供者:戴慧超
  1. abc

    0下载:
  2. RSA算法,包含加密,解密功能,手动输入两大素数-the arithmetic of RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-05
    • 文件大小:748
    • 提供者:glory
  1. mixed-encrypt-system

    1下载:
  2. 本系统实现了一个基本的混合密码系统。它使用DES作为对称密钥算法,RSA作为公开密钥算法。本系统特点如下: 1:提供了俩个加密接口。混合加密,DES加密。 2:本系统的DES可以进行1次DES加密(标准DES加密)和3次DES加密。它会根据密钥长度,自动选择加密方案。当密钥长度在64位以内时它将使用标准DES加密,当密钥长度超过64位后,系统将设置第2密钥,并启用3次DES加密。其密钥长度可达112位,并且它还具有很强的扩展性,提供了3种加解密接口:文件接口,文件句柄接口(可以供其他加密
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-19
    • 文件大小:5545671
    • 提供者:gu
  1. 456

    1下载:
  2. RSA算法的C语言实现 1.密钥的产生 (1)选两个安全的大素数p和q。 (2)计算n=p×q,φ(n)=(p-1)(q-1),其中φ(n)是n的欧拉函数值。 (3)选一整数e,满足1<e<φ(n),且gcd(φ(n),e)=1。 (4)计算d,满足de≡1 modφ(n),即d是e在模φ(n)下的乘法逆元,因e与φ(n)互素,由模运算可知,它的乘法逆元一定存在。 (5)以{e,n}为公开钥,{d,n}为秘密钥。 2.加密 加密时首先将明文M比特串分组
  3. 所属分类:CA program

    • 发布日期:2017-03-24
    • 文件大小:1650
    • 提供者:qwerty
  1. project.tar

    0下载:
  2. go语言实现的DES与RSA算法,对明文的加密及对密文的解密-DES and RSA algorithms go language, the plaintext encryption and decryption of the ciphertext
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:825040
    • 提供者:马智
  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. RSAsuanf

    0下载:
  2. 我自己用C语言写的RSA算法,实现对字符串输入的进行加密和解密!完美操作-I have written in the C language RSA algorithm, to encrypt and decrypt strings input! Perfect operation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:213187
    • 提供者:第三方
  1. RSADES

    0下载:
  2. DES和RSA混合加密DES密码体制主要由3方面组成:密钥生成、加密函数以及解密函数。该算法在VC6.0的平台下以C++来实现。子函数说明-   Void SetKey(const char* Key, int len)    {     Memset(deskey,0,16)     Memcpy(deskey,key,len>16?16:len)     SetSubKey(&SubKey[0],&deskey[0])     Is3DES = len
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:131314
    • 提供者:何旭
  1. RSAUtil

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

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

    0下载:
  2. 本文件是局域RSA算法的程序源文件,实现RSA程序的加密和解密功能-JAVA file
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:5063
    • 提供者:li
  1. 2

    0下载:
  2. 本文件是基于RSA算法的程序源文件,实现文件的加密和解密-java file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:6082
    • 提供者:li
  1. secret

    0下载:
  2. 本资料主要实现了文字图像的加解密,主要应用的算法有五种,分别是DES,AES,RSA,ECC,MD5,其中椭圆离散曲线加密算法较难。-This information is mainly to achieve the text image encryption and decryption, mainly used the algorithm has five, respectively is the DES, AES, RSA, ECC, MD5, which discrete ellipti
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:132697
    • 提供者:贺魄
  1. RSA1

    0下载:
  2. 公钥加密算法RSA,经典的公钥加密算法,加密用公钥,解密用私钥-Public key encryption algorithm RSA, classic encryption and decryption algorithms, public key encryption, decryption with the private key
  3. 所属分类:CA program

    • 发布日期:2017-05-11
    • 文件大小:2328847
    • 提供者:郭婷婷
  1. encrypt

    1下载:
  2. 这是一个密码学的课程设计。里面包括SPN加密、线性密码分析、差分密码分析、改进的SPN、随机性检测、生成RSA算法的参数、实现RAS和文件加解密功能。使用的是gmp库。对于学习密码学很有参考价值。-It was a cryptography course design. Which includes SPN encryption, linear cryptanalysis, differential cryptanalysis, improved SPN, random testing, gen
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-09-09
    • 文件大小:36865024
    • 提供者:王欣
« 1 2 ... 15 16 17 18 19 20»
搜珍网 www.dssz.com