搜索资源列表

  1. rsa.zip

    1下载:
  2. RSA加密/解密算法实现源码与例子
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:17546
    • 提供者:
  1. RSA

    0下载:
  2. 利用vc++实现RSA加密解密算法源代码
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3966205
    • 提供者:yangzhihui
  1. RSA

    0下载:
  2. RSA加密解密算法源码,功能齐全,没有密码,使用方便,学习用.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3348
    • 提供者:cqu2000
  1. rsa.rar

    0下载:
  2. rsa加密解密
  3. 所属分类:文档资料

    • 发布日期:2010-10-17
    • 文件大小:1388
    • 提供者:wl111111
  1. RSA算法-毕设

    0下载:
  2. 加密解密毕业论文说明书
  3. 所属分类:电子书籍

    • 发布日期:2010-12-28
    • 文件大小:486400
    • 提供者:luhaozeng
  1. 651335rsa2

    0下载:
  2. 很有意思得加密解密算法-very interesting in encryption and decryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:29696
    • 提供者:黄节
  1. RSAEncryptDecrypt

    0下载:
  2. 用java的applet编写的一个关于RSA加密解密算法的,不错.同们可以参考参考-with the java applet on the preparation of an RSA encryption and decryption algorithms, yes. Can the same information.
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:无印良品
  1. VC_RSA

    0下载:
  2. 一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。 其中收发双方均已知n,发送放已知e,只有接受方已知d,因此公钥加密算法的公钥为 KU={ e , n},私钥为KR={d , n}。该算法要
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:1965056
    • 提供者:
  1. rsajiamijiemi

    0下载:
  2. rsa密码算法仅供参考加密解密过程容易 请自己编程-rsa cipher algorithm for reference encryption and decryption process easy to please their programming
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:龙渐昌
  1. 99-GuTingTing-RSA

    0下载:
  2. RSA算法是一种公钥密码算法.实现RSA算法包括生成RSA密钥,用RSA加密规则和解密规则处理数据。RSA数字签名算法利用RSA算法实现数字签名。本文详述了RSA算法的基本原理, RSA加密算法的实现以及如何利用RSA实现数字签名.-RSA is a public key cryptography algorithm. Implementation of RSA algorithm include RSA key generation.
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:19456
    • 提供者:huke
  1. rsa

    0下载:
  2. 本程序实现了用RSA加密算法加密、解密图片。本程序仅作为RSA原理理解,所以没有实现大数运算部分,RSA选取n为15~16位,加密图片不要选太大,否则会很慢。-This procedure achieved the RSA encryption algorithm with encryption, decryption picture. This procedure only as a principle of understandin
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:涂进
  1. RSA

    0下载:
  2. RSA加密解密BMP图象,并用pollord算法对其进行分析,能够成功加密图象-RSA encryption and decryption BMP images, and pollord analysis algorithm to be successful in image encryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:112640
    • 提供者:qq11420
  1. rsa

    0下载:
  2. 关于RSA的算法源代码 具体就是很简单的加密与解密-On the RSA algorithm for concrete source code is very simple encryption and decryption
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:domn
  1. 8736103199-GuTingTing-RSA

    0下载:
  2. RSA密码体制的实现摘要自20世纪90年代以来,计算机网络技术使得计算机应用得到 ... 用VC++编程实现了RSA算法加密和解密运算,在算法的实现过程中,调用了已有的大整数类-The realization of RSA cryptosystem Abstract from the 20th century since the 90' s, computer network technology allows computer
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:19456
    • 提供者:shenyong
  1. RSA

    0下载:
  2. RSA加密解密算法实例-RSA encryption and decryption algorithm in
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:55296
    • 提供者:youngp
  1. RSA

    0下载:
  2. RSA加密算法,可以实现实现128,256,512,1024,2048位的RSA加密解密运算-Use vc++ Realize RSA encryption and decryption algorithm source code.RSA digital signature algorithm of RSA
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:23552
    • 提供者:MR.name
  1. 1057171161

    0下载:
  2. rsa加密解密源码图形界面Visual C++编写程序实现RSA加密算法-rsa
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:1957888
    • 提供者:ylg
  1. RSA

    0下载:
  2. vs2005环境下编写的RSA加密解密算法,具有图形界面,能够自动或手动生成公钥私钥,对字符串进行加密解密-vs2005 environment prepared by the RSA encryption and decryption algorithms, with a graphical interface that can automatically or manually generate public private key
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:139264
    • 提供者:PHOENIX
  1. RSA

    0下载:
  2. RSA加密解密算法的C语言实现,包含完整的工程文件,编译通过。-RSA encryption decryption algorithm in C language, contains a complete project file and compile.
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:991232
    • 提供者:RAINY
  1. 证书加密解密

    0下载:
  2. 本次实验是基于广泛测试的公开加密库来实现数字签名服务。这里选择了 M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会 更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级 的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们 可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:672768
    • 提供者:lala_
« 1 2 34 5 6 7 8 9 10 ... 24 »

源码中国 www.ymcn.org