搜索资源列表
ArcFour
- RC4 is a secure and very fast 8-bit stream cipher/psuedo-random number generator, with a 2^1700 interval -RC4 is a secure and very fast 8-bit stream cipher/psuedo-random number generator, with a 2^1700 interval
LibTomCrypt
- LibTomCrypt是一个全面的、可扩展的密码学函数库。包括了各类主要的加密函数,单向摘要函数,伪随机数生成器,公钥加密函数。 你可以在这里下载到源文件及其说明:http://www.libtomcrypt.org libtomcrypt在C++builder6下编译为tomcrypt.lib -LibTomCrypt is a comprehensive, scalable cryptography libraries. Including the major types
Rsa1Kit_V1.0
- RSA的小程序,源码产生随机素数调用方法:N.GetPrime(bits)返回值:N被赋值为一个bits位(0x100000000进制长度)的素数-RSA small program source random-number call methods : N. GetPrime (bits) Returns : N has been assigned a bits - (0x100000000 band length) of prime numbers
mimaxue_md5
- md5算法是计算机密码学里经典的算法,实用价值很高,设计的关键在于随机数的产生,本程序采用传统的利用计算机时钟采集种子的办法生成随机数种子。-md5 password algorithm is computer science Lane classic algorithms, highly practical, design is the key to the selection of random numbers, the procedure using the traditional use
LFSRRC4
- 伪随机数发生器LFSR RC4加密与解密 根据算法原理,首先初始化S-BOX,产生伪随机序列密钥流,选择所加密文件与密钥流异或生成密文 -Pseudo-random number generator LFSR RC4 algorithm for encryption and decryption based on the principle, first initialize the S-BOX, pseudo-random sequence generated key stream,
jiamisuanfa
- 采用随机数加密封包的的易语言加密算法 有点不完美 -Random number encrypted using the easy language packet encryption algorithm somewhat imperfect
PrimeGenAndTester
- Very large (tested for more than 2048 bits) prime number generator and tester program. This is well written and based on solid algorithms in this field. Source code is my own, used for Masters course in Cryptography. Program has easily readable and
4-JPEG2000encryption-the-2-highest-bit-plain
- 对JPEG2000图像的小波系数的最高两位平面用随机数进行加密-JPEG2000 images of wavelet coefficients with the highest two-plane random number encrypted
lili-ii-ref
- lili加密算法,用于密钥流生成,可以作为真随机数发生器中后处理模块-lili encryption algorithm for key stream generation, can serve as a true random number generator in the post-processing module
Demo
- 实现DES算法,随机数产生密码,有4种DEMO-The realization of DES algorithm, random number generator password, there are four kinds of DEMO
RSA
- 公钥密码算法RSA的加密和解密过程,包括随机数的生成原理和素性检测的内容。-RSA public key cryptography algorithm for encryption and decryption process, including the generation of random number theory and primality testing content.
Random
- 标准C实现,根据线形同余法的随机数生成器-Standard C implementation, according to wire more than the law is tantamount to random number generator
khalil2006_true_random_number_generator
- a true random number generator (TRNG) in hardware which is targeted for FPGA-based crypto embedded systems. All crypto protocols require the generation and use of secret values that must be unknown to attackers.Random number generators (RNG) are requ
Encryptor
- To attempted to do a different approach in encrypting a string. This is the result, it shows a different Result, depending on the size of the string and a random number. To Save it you can use: Open "file.bin" for binary as #1 put #1,, PasSav Close #
cryptopp560
- 最新Crypto++5.6版 加密解密函数类库。C++版。完美支持Visual Studio 2008,2005,2003,2002,6.0,C++ Builder 2009,GCC等主流编译器。 -Abstract Base Classes cryptlib.h Authenticated Encryption AuthenticatedSymmetricCipherDocumentation Symmetric Ciphers SymmetricCipherDocumen
randomnum
- 一个伪随机数生成程序,简单实用,有需要的请下载-A pseudo-random number generator, if necessary, please download the
ophcrack-3.3.1
- Ophcrack是一款密码破解软件,功能非常强大,它能在几秒钟内恢复99.9 %的数字密码。13位密码都可以在5分钟内破解出来。它有一个图形用户界面,可运行在多个平台之上。 特点: 可运行在Windows,Linux/Unix,Mac OS X LM和NTLM哈希 可用于Windows XP和Vista的自由表格 蛮力模块,简单的密码 使用LiveCD,以简化过程 从Windows分区载荷加密哈希,包括Vista在内 自由和开放源码软件(GPL)-Op
sha
- sha-1的加密算法,可以进而通过它编出sha-1的为随机数生成器-sha-1 encryption algorithm, through which you can then compile the sha-1 for the random number generator
delphisuijishu
- 一套完整的加密解密及随机数的算法演示。delphi源码-A complete set of encryption and decryption and random number algorithm demo. delphi source
Csharp-encrypted-random
- C#生成加密的随机数,适合初学者学习,希望对各位有帮助。-C# generates an encrypted random number, suitable for beginners to learn, and I hope to help.