搜索资源列表
rc4
- rc4算法的加密和解密源代码 加密和解密过程是可逆的
rc4
- RC4 算法,使用JAVAscr ipt实现
RC4
- 这是一个关于密码学RC4算法(原创代码),来下的一定知道密码学,所以就不多说了。
tooflat透明加解密增加RC4算法
- tooflat透明加解密增加RC4算法_源码-tooflat transparent RC4 algorithm for encryption and decryption increase _ source
RC4
- 本程序实现RC4算法,包括加密与解密,属于流密码算法-RC4 algorithm to achieve this process, including the encryption and decryption, are stream cipher algorithm
RC4
- RC4 算法的C代码实现,新手上路请多关照-RC4 algorithm C code, please take care of Getting Started
RC4
- 网络安全中的 RC4算法的实现,学习中,如果你发现其中有bug,可以发送邮件到jiang_yansheng@163.com-Network Security s RC4 algorithm, i am a beginner, if you found a bug, you can send mail to jiang_yansheng@163.com
RC4
- RC4算法的C实现。VC6MFC做的简易界面,自由选择文件加密解密。-RC4 algorithm C implementation. VC6MFC to do simple interface, free to choose the file encryption and decryption.
rc4
- RC4算法,WEP算法,加解密,密钥长度256-RC4 algorithm, WEP algorithm, encryption and decryption
利用RC4算法对BMP图片进行加密和解密
- 利用RC4算法对BMP图片进行加密和解密-BMP images using RC4 algorithm to encrypt and decrypt
RC4
- 在控制台下用RC4算法对任意文件进行加解密-In the console under the RC4 algorithm used for arbitrary file encryption and decryption
RC4
- 实现RC4算法的控制台编码,可以对任意文件进行加解密。-RC4 algorithm to achieve the console encoding, can be arbitrary file encryption and decryption.
RC4
- 用RC4算法实现控制台对所有文件(任意类型的文件)的加解密(注意明文和密文都以文件形式存在)加解密格式如下: cipher –e/-d key inputfile outputfile 说明:对于加密来说,输入文件名就是明文文件,对于解密来说,输入文件名就是密文文件-The algorithm of RC4
rc4
- 使用于C8051f020单片机的RC4算法-Single-chip microcomputer used in the RC4 algorithm C8051f020
rc4.asm
- RC4算法的Asm实现,实现效率高,可以很方便的用到工程中去-Asm achieve RC4 algorithm to achieve high efficiency
rc4
- RC4算法的Asm实现,实现效率高,可以很方便的用到工程中去-Asm achieve RC4 algorithm to achieve high efficiency, can be very easy to use project to
RC4
- rc4算法在C#中的实现典型版,很经典的在网上找了几天了-rc4
RC4
- 流密码中RC4算法的加密解密的c程序实现-stream cipher
RC4算法概念
- 对RC4算法概念有深入了解,RC4包括初始化和伪随机子密码两部分。
RC4
- 一个简单的RC4加密算法,输入明文密钥得到密文(A simple RC4 encryption)