搜索资源列表

  1. rsa

    0下载:
  2. 一个简单的RSA数字签名,语言c++。 希望对大家有点用-failed to translate
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:59392
    • 提供者:lzy
  1. md5

    0下载:
  2. MD5的全称是Message-digest Algorithm 5(信息-摘要算法),用于确保信息传输完整一致。在90年代初由MIT Laboratory for Computer Science和RSA Data Security Inc,的Ronald L. Rivest开发出来,经MD2、MD3和MD4发展而来。它的作用是让大容量信息在用数字签名软件签署私人密钥前被"压缩"成一种保密的格式(就是把一个任意长度的字节串变换成一定长的
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:1426432
    • 提供者:成功
  1. rsa123987

    0下载:
  2. 这个RSA算法是在vc环境下实现,用mfc做了界面,从功能到外观都想当不错RSA数字签名 RSA算法的加密解密 可视化MFC界面 RSA的算法,复制到VC++后稍改一下就可以运行了,-The RSA algorithm is the realization of an environment in vc, mfc done with the interface from the functional to the appearanc
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:19456
    • 提供者:易守旺
  1. md5RSA

    1下载:
  2. 本程序实现了消息摘要和数字签名,涉及到的算法有md5和RSA,是一个不错的程序,希望对大家有所帮助-This procedure achieved a message digest and digital signatures are involved in the md5 algorithm and RSA, is a good program, I hope all of you to help! ! !
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:292864
    • 提供者:张润福
  1. RSA-c

    0下载:
  2. RSA c 源码 可用于密钥加密 数字签名-RSA C source code
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:yuyulai
  1. RsaKit

    0下载:
  2. RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。 RSA是被研究得最广泛的公钥算法-RSA
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:2925568
    • 提供者:摩根
  1. SecChat

    0下载:
  2. 本聊天程序采用2048bit 的RSA 数据加密算法对数据进行加密和数字签名后发出,因为RSA加密信息需要大量的时间,因此本程序适合用来传递密钥或对非常重要且信息量较少的网络通讯。本程序编译后运行界面如上所示,正常聊天需要进行设置,设定对方IP地址,QQ号或电子邮件地址,接下来就可以发消息了,程序还可以完成如图所示的其它功能。 -2048bit the chat program using the RSA encryption al
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2024-05-18
    • 文件大小:124928
    • 提供者:lll
  1. DigitalSignatureAlgorithmtoRSA

    0下载:
  2. RSA实现数字签名算法 VC++实现,有图形化窗口-Digital Signature Algorithm to RSA
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:1894400
    • 提供者:于千
  1. RSA

    0下载:
  2. rsa 加密解密 数字签名rsa数字签名公钥加密私钥解密c++源代码-rsa digital signature
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:asd
  1. rsashuziqianmxitong

    0下载:
  2. rsa实现数字签名..使用非对称密码算法,对通信双方进行数字签名认证.-rsa .. digital signature using asymmetric cryptographic algorithms, digital signatures both sides of the communication certification.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:2024448
    • 提供者:曾玉富
  1. RSA

    0下载:
  2. C# RSA数字签名源代码,一般,我们可以用RSA算法生成一对密钥,公钥发放给外部客户,私钥自己保管-C# RSA digital signature source code, generally, we can use RSA algorithm to generate a pair of keys, public key issued to external customers, keeping their private key
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:171008
    • 提供者:陆路
  1. RSAjiemian

    0下载:
  2. RSA算法的原理分析及实现。RSA是既能用于数据加密也能用于数字签名的一种非对称密码体制的算法。它有一对密钥,其中之一是私有密钥,由用户保存;另一个为公开密钥,可对外公开。并用VC++语言实现-RSA algorithm analysis and realization of the principle. RSA is the best tool for data encryption can also be used as a dig
  3. 所属分类:菜单

    • 发布日期:2024-05-18
    • 文件大小:119808
    • 提供者:张浩
  1. DigitalSignature

    0下载:
  2. 此C#代码演示了数字签名的工作模式(附相关资料),算法架构为:RSA+SHA1,你可以参考这些代码。-The C# code shows the operating mode of the digital signature (with relevant data), the algorithm architecture: RSA+ SHA1, you can refer to the code.
  3. 所属分类:C#编程

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

    0下载:
  2. 基于RSA算法实现数字签名的加解密功能,能完美实现,在VS2008上-Based on the RSA algorithm encryption and decryption of digital signatures
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:别宁
  1. RSA

    0下载:
  2. 用java实现的加解密和数字签名功能的源代码,可以作为毕业设计和学习用-Encryption and decryption and digital signature capabilities with java source code, can be used as a graduation project and learning
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:王大力
  1. RSA-digital-signature

    0下载:
  2. RSA数字签名源程序,适合课程实验使用。-RSA digital signature source program, and suitable for the experiment used.
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:
  1. RSA-REG.RAR

    0下载:
  2. rsa数字签名程序,请使用新手适合,适合程序获得许可正-PLEASE DOWNLOAD RSA
  3. 所属分类:防火墙与安全工具

    • 发布日期:2024-05-18
    • 文件大小:44032
    • 提供者:sdf
  1. RSA

    0下载:
  2. RSA 数字签名的基本思想 RSA数字签名的安全性依赖于大数分解的困难性。 1、参数与密钥生成 首先选取两个大素数p和q,计算 n=pq 其欧拉函数值 (p-1)*(q-1) 然后选取随机整数e,满足 gcd(e,(p-1)*(q-1)))=1 并计算 d=e^-1 mod((p-1)*(q-1)) 则公钥为(e,n),私钥为d;p,q是秘密参数,需要保密。如不需要
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:zzq
  1. rsa

    0下载:
  2. RSA数字签名,基于RSA算法在Visual C++上的实现,代码简单易懂,功能齐全-RSA digital signatures
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:3443712
    • 提供者:廖翊
  1. VCPP-RSA--digital-autograph

    0下载:
  2. 基于公开密码体制的数字签名 RSA数字签名-RSA digital autograph
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:29696
    • 提供者:李奎
« 1 2 3 45 6 7 8 9 10 »

源码中国 www.ymcn.org