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

搜索资源列表

  1. RsaTest

    0下载:
  2. 一个用VC实现的RSA算法,包括加密与解密-rsa vc
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:1704
    • 提供者:李景平
  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. container

    0下载:
  2. RSA 非对称性加密、解密功能,用于数据库开发
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:128376
    • 提供者:lzh
  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. crypt

    0下载:
  2. 常见网络编解码加解密算法。含有des、rsa、mqueue、xtrcrypt、gf256、base32,base64等一些的常见网络编码、解码、加密、解密算法。-Common network codec encryption and decryption algorithms. Contains des, rsa, mqueue, xtrcrypt, gf256, base32, base64 some other common network coding, decoding, encrypt
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-05-25
    • 文件大小:8606782
    • 提供者:yubai
  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. Class_SoftRSA

    1下载:
  2. 本代码提供了一个封装类,将OPENSSL提供的RSA1024加解密算法重新封装,简化输入输出参数,实现SHA1摘要、密钥导入导出、RSA签名、验证、加密、解密等基本功能,可直接引用到软件项目中使用,编译时另需要libeay32.lib的支持,请自行编译OPENSSL1.0.0b-This code provides a wrapper class, the OPENSSL provides the RSA1024 encryption algorithm to re package, simpl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4327
    • 提供者:陈卓
  1. 2

    0下载:
  2. rsa示例,实现了加密和解密的基本功能,供大家参考-rsa example, to achieve the basic functions of encryption and decryption, for your reference
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1413
    • 提供者:旋凯
  1. RSAUtil

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

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

    0下载:
  2. 包含摘要加密算法MD5,对称加密算法DES、Triple DES,AES,RC2,非对称加密算法RSA等加密、解密算法的实现-include MD5, DES,Triple DES,AES, RC2,RSA,and so on
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:101101
    • 提供者:damon
  1. jsencrypt

    0下载:
  2. 用这个文件在js前端进行数据的加密处理,在服务端可以用各种语言进行解密-use this file to encrypt data use rsa module
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:28551
    • 提供者:chheng
  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. 3

    0下载:
  2. 本文件是用C++实现RSA的加密和解密功能,保护语句的安全性-JAVA file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:5006
    • 提供者: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 2 ... 27 28 29 30 31 3233 »
搜珍网 www.dssz.com