登录
首页 » 加密解密 » RC4 cipher

RC4 cipher

于 2022-05-14 发布 文件大小:806.00 B
0 261
下载积分: 2 下载次数: 1

代码说明:

最常见的流密码RC4的visual c++实现。希望对大家有帮助。-RC4 cipher

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C++语言实现智能卡研发技术,实现智能卡的MD5,DEC,SHA,RSA等技术,欢迎大家下载,交流并研究....
    C++语言实现智能卡研发技术,实现智能卡的MD5,DEC,SHA,RSA等加密技术,欢迎大家下载,交流并研究.-C++ Language development of smart card technology, smart cards MD5, DEC, SHA, RSA encryption technology, etc., all are welcome to download, share and study.
    2022-02-13 17:25:04下载
    积分:1
  • JAVA版DES算法,以及JAVA版DES算法示例源码
    JAVA版DES算法,以及JAVA版DES算法示例源码-JAVA version of DES algorithm, as well as the DES algorithm JAVA version sample-source
    2023-06-29 14:25:04下载
    积分:1
  • 把信息隐藏到图片中,比更安全
    把信息隐藏到图片中,比加密更安全-hidden message to the pictures, more secure encryption
    2022-05-23 17:37:01下载
    积分:1
  • 多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是...
    多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是-32767----32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,本程序是设计算法实现大整数的加减运算。-majority programming language processing is integral to the limited capacity, such as C language, int data type is the scope-32767---- 32767. Practical problems of the treatment process often involves large integer arithmetic, such as the RSA encryption algorithm requires at least 64-bit integers, the procedure is designed algorithm large integer addition and subtraction operations.
    2022-03-13 06:04:47下载
    积分:1
  • zip(V1.1)文件码的程序源码
    解zip(V1.1)文件密码的程序源码- Solves zip (V1.1) the document password procedure source code
    2023-01-25 12:50:03下载
    积分:1
  • –Diffie Hellman钥交换C
    应用背景–Diffie Hellman密钥交换(D–h)[注1 ]是安全地交换密钥在公共信道的具体方法,是第一个公开密钥协议,最初的概念由RalphMerkle。[ 1 ] [ 2 ] D–H是一个最早的实例的公共密钥交换实现在密码学领域。传统上,双方之间需要安全的加密通信,他们首先交换密钥的一些安全的物理信道,如纸的密钥列表由一个受信任的快递。Diffie Hellman密钥交换方法–使双方没有先验知识的彼此共同建立一个共享的密钥在不安全的信道。这个密钥可以用来加密随后的通信使用一个对称密钥密码。关键技术密码解释最简单的协议原有的实现使用整数模p的乘法群,其中p是素数,G是一个原始根模p这是协议的一个例子,在蓝非秘密值,和红色的秘密值。爱丽丝和鲍勃同意用一个模p = 23和g = 5(这是一种原始的根模23)。爱丽丝选择了一个秘密整数a = 6,然后发送给Bob = GA mod p甲= 56国防部23 = 8鲍勃选择一个秘密整数b = 15,然后将爱丽丝B = GB mod p乙= 515国防部23 = 19爱丽丝计算的=钡国防部的= 196国防部23 = 2鲍勃计算S = AB mod p的= 815国防部23 = 2爱丽丝和鲍勃现在分享一个秘密(2号)。爱丽丝和鲍勃到达相同的值,因为:标准的β=(镓),乙模,β=(镓),乙,国防部,国防部,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1鲍勃,(GA mod p)b mod p =(56除以23)15国防部23。请注意,只有一个,B,和(GAB模型P = GBA mod p)是保密的。所有其他的值,磷,克,镓,GA,和英国国防部的标准,是在明确的。一旦爱丽丝和鲍勃计算共享秘密他们可以使用它作为一个加密密钥,只有他们自己知道,在相同的开放式通信信道发送消息。
    2022-02-21 06:22:28下载
    积分:1
  • 除了上面提到的压缩方法,你也可以调用VB的工具MakeCab.exe(在VB5setupkitkitfil32或VB98WizardsPDWizard目录下)生...
    除了上面提到的压缩方法,你也可以调用VB的工具MakeCab.exe(在VB5setupkitkitfil32或VB98WizardsPDWizard目录下)生成.cab文件。先构造一个Directive 文件(*.ddf),然后使用Shell命令调用MakeCAB /f excel.ddf就可以生成*.cab文件。关于Directive 文件的格式,可以参考MSDN Library中的《MakeCAB: A Compression and Disk Layout Tool》一文。 -addition to the above-mentioned methods of compression, you can call VB Tools MakeCab.exe (VB5 setupkit kitfil32 or VB98 Wizards PDWizard directory) production. Cab document. First constructed a Directive document (*. DDF), then use the Shell order call MakeCAB/f excel.ddf can generate*. cab documents. Directive on the document format, they can refer to the MSDN Library "MakeCAB : A Disk Compression and Layout Tool," a text.
    2022-05-16 00:58:09下载
    积分:1
  • Elliptic Curve Cryptography C achieved in++ 6.0 compiler passed under. Would lik...
    椭圆曲线密码C实现的,可以在++6.0下编译通过。希望对大家有帮助!-Elliptic Curve Cryptography C achieved in++ 6.0 compiler passed under. Would like to help everyone!
    2022-05-13 16:48:37下载
    积分:1
  • 根据自己的要求可以修改,MD5处理单元。
    根据自己的加密要求可以修改,MD5加密处理单元。-According to their own requirements can be amended encryption, MD5 encryption processing unit.
    2023-02-26 09:00:04下载
    积分:1
  • md5 and sha
    md5及sha-1算法及验证文件,vc6.0调试无误-md5 and sha-1 algorithm and verification documents, vc6.0 debug and correct
    2022-04-17 13:38:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载