搜索资源列表
RC4
- 这是一个关于密码学RC4算法(原创代码),来下的一定知道密码学,所以就不多说了。
filecrypterpro
- FCP takes a file, generates a random 2048 bit key and encrypts the file with a RC4 stream cipher. The encrypted file is written to a new file along with the decryption stub and key. When the output file is executed it decrypts and executes the
300多种加密算法
- 300多种加密算法 RSA DES ECC Blowfish RC4
smctc-rc4
- Sequential Monte Carlo-Sequential Monte Carlo Sequential Monte Carlo methods are a very general class of Monte Carlo methods for sampling from sequences of distributions. Simple examples of these algorithms are used very widely in the tracking
rc4
- RC4 was designed by Ron Rivest of RSA Security in 1987. While it is officially termed "Rivest Cipher 4", the RC acronym is alternatively understood to stand for "Ron s Code
rc4
- Cifra/decifra strings utilizando o algoritmo de fluxo RC4.
Encrypt_De957256182002
- encryption rc4 algorithm
algorithm
- DES算法 DSA算法 ElGamal算法 Kohonen的SOFM(自组织特征映射) LAM(线性联想记忆)算法 LZW 压缩算法 MD5算法 PGP的安全性(一) PKCS #7 RSA算法 SSL是怎样工作的? Ternary Search Trees 产生组合的非递归算法 大整数的乘法 对LZW算法的改进及其在图象无损压缩中的应用 复数快速傅立叶变换算法 加密算法与密钥管理 经典加密算法在VB中的实现(1)- Rsa
RC4
- RC4 关于算法的C语言实现,比较简单,但很简明,一眼就能看懂-RC FORE
VBCrypto
- VBCrypto源码库大全源码,这是一个良好的编译算法,由如下算法组成:10种流行的加密算法(Blowfish, Twofish, Rijndael, Skipjack, Serpent, Gost, RC2, RC4, TEA, DES, 3DES, 3DES112, DESE, CAST5, IDEA),6种流行的单一的哈希算法(MD2, MD4, MD5, SHA, SHA256, RipeMD)以及一个huffman压缩算法。-The VBCrypto source libraries
RC4
- 著名加密算法RC4源码及其产生数据的统计规律探索。-It s the source code of RC4 which is a famous crypt method.
Encryption
- RC4和RSA的加密解密类,经过封装,调用简单,包含文档说明、源码、编译成lib的方案-Encrypt and Decrypt with RC4 and RSA, easy to use, include doc, source code, and lib project
伪随机数生成
- 三种伪随机数生成算法BBS、莱曼算法、RC4算法的MATLAB实现