搜索资源列表
myRC4
- 非常不错的流密码rc4加解密程序 c语言编写 调试运行成功-very good stream cipher encryption procedures rc4 c language debugging operation successful
myRC4
- 非常不错的流密码rc4加解密程序 c语言编写 调试运行成功-very good stream cipher encryption procedures rc4 c language debugging operation successful
hc128_p3source
- 这是一个流密码算法hc256,用C写的,已经验证过是对的-This is a stream cipher algorithm hc256, written with C, has already been verified on the
DES
- 流密码RC4的加密和解密 1、能够对字串进行加密; 2、可以自动生成加密密钥和解密密钥对; 3、能够显示给定密钥下明文加密后的密文; 4、能够用相应解密密钥正确解密密文,显示结果,并与原明文进行比对。-RC4 Encrpytion 1.Encrpyt strings 2.Create pairs of keys for encoding and decoding automatically 3.Present
RC4
- 最常见的流密码RC4的visual c++实现。希望对大家有帮助。-RC4 cipher
seril
- 一个简单的实现流密码RC4的算法,使用在单片机上,输出为同一通道。输入可以自己修改。经过试验测试,算法是正确的。-The realization of a simple RC4 stream cipher algorithms, used in single-chip microcomputer, the output for the same channel. Can input their own modifications. Af
RC4
- 本程序实现RC4算法,包括加密与解密,属于流密码算法-RC4 algorithm to achieve this process, including the encryption and decryption, are stream cipher algorithm
RC4
- RC4 流密码 c++ 控制台程序,对称密码-RC4 stream cipher c++ console program
RC4
- 流密码RC4,基于数组的流密码,应用广泛,大家同分享-RC4 (Stream ciphers) based array, apply on communications
RC4
- 流密码中RC4算法的加密解密的c程序实现-stream cipher
RC4
- RC4是一种普遍使用的流密码,文件提供加密解密算法,分块详细,调用方便,代码实现简洁-RC4 encryption and decryption algorithm
stream-cipher-and-RC4
- 流密码和RC4算法的英文文献,对RC4算法有兴趣的朋友可以查看一下。-English literature of the RC4 And stream cipher algorithm 。people who is interested in RC4 algorithm can view it.
rc4
- 实现RC4加密算法,其是密钥长度可变的流加密算法簇。之所以称其为簇,是由于其核心部分的S-box长度可为任意,但一般为256字节。该算法的速度可以达到DES加密的10倍左右。RC4算法的原理很简单,包括初始化算法和伪随机子密码生成算法两大部分。-RC4 encryption algorithm to achieve, it is the variable key length stream cipher algorithm clust
RC4
- rc4是一种流密码加密机制,本软件可以对任意文件进行rc4加密,-rc4 is a stream cipher encryption mechanism, the software can rc4 encryption for any file, thank you
RC4
- RC4流密码的C语言实现,RC4是目前最安全的加密算法之一,大家可以放心使用! -C language implementation of the RC4 stream cipher, RC4 is one of the most secure encryption algorithm, we can rest assured to use!
RC4
- 基于visual studio 2010实现的RC4流密码,对字符串加密,编程语言C-RC4 for string,based on visual studio 2010 and C++
RC4
- 这是用C++语言实现密码学中的经典流密码算法RC4算法的最简单最有效的程序,本人经过实测,没有问题。
rc4
- 实现RC4流密码算法,对文件进行加密,并将加密的内容以文件形式输出,控制台调用。-Achieve RC4 stream cipher algorithm, to encrypt files and encrypt the contents of the output file format, called the console.
rc4
- 流密码RC4的加密解密文件的C++算法,可以静态加密文件也可以动态加密-C++ stream cipher RC4 algorithm for encryption and decryption of files, you can still encrypt files can also be dynamic encryption
rc4
- RC4算法的控制台编程,流密码算法的实践,在控制台下实现对文本的加密解密。-Console programming RC4 algorithm, practice stream cipher algorithm, in the console to achieve decrypt the encrypted text.