CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - Random Number

搜索资源列表

  1. ArcFour

    0下载:
  2. 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
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.39kb
    • 提供者:驱逐倭寇
  1. LibTomCrypt

    0下载:
  2. LibTomCrypt是一个全面的、可扩展的密码学函数库。包括了各类主要的加密函数,单向摘要函数,伪随机数生成器,公钥加密函数。 你可以在这里下载到源文件及其说明:http://www.libtomcrypt.org libtomcrypt在C++builder6下编译为tomcrypt.lib -LibTomCrypt is a comprehensive, scalable cryptography libraries. Including the major types
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:299.8kb
    • 提供者:lucy
  1. Rsa1Kit_V1.0

    0下载:
  2. 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
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:58.02kb
    • 提供者:swq
  1. mimaxue_md5

    0下载:
  2. 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
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:30.58kb
    • 提供者:wf
  1. LFSRRC4

    0下载:
  2. 伪随机数发生器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,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1.85mb
    • 提供者:王风
  1. jiamisuanfa

    0下载:
  2. 采用随机数加密封包的的易语言加密算法 有点不完美 -Random number encrypted using the easy language packet encryption algorithm somewhat imperfect
  3. 所属分类:加密解密

    • 发布日期:2017-03-30
    • 文件大小:1.66kb
    • 提供者:xmhs
  1. PrimeGenAndTester

    0下载:
  2. 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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:21.87kb
    • 提供者:s_wilfred
  1. 4-JPEG2000encryption-the-2-highest-bit-plain

    0下载:
  2. 对JPEG2000图像的小波系数的最高两位平面用随机数进行加密-JPEG2000 images of wavelet coefficients with the highest two-plane random number encrypted
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-21
    • 文件大小:5.98mb
    • 提供者:fengye
  1. lili-ii-ref

    0下载:
  2. lili加密算法,用于密钥流生成,可以作为真随机数发生器中后处理模块-lili encryption algorithm for key stream generation, can serve as a true random number generator in the post-processing module
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:6.84kb
    • 提供者:yu zhiyong
  1. Demo

    0下载:
  2. 实现DES算法,随机数产生密码,有4种DEMO-The realization of DES algorithm, random number generator password, there are four kinds of DEMO
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:27.42kb
    • 提供者:李妍霏
  1. RSA

    1下载:
  2. 公钥密码算法RSA的加密和解密过程,包括随机数的生成原理和素性检测的内容。-RSA public key cryptography algorithm for encryption and decryption process, including the generation of random number theory and primality testing content.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:242.8kb
    • 提供者:张熠
  1. Random

    0下载:
  2. 标准C实现,根据线形同余法的随机数生成器-Standard C implementation, according to wire more than the law is tantamount to random number generator
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:3.91kb
    • 提供者:杨颖
  1. khalil2006_true_random_number_generator

    0下载:
  2. 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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-01-21
    • 文件大小:408.55kb
    • 提供者:Hassan Abdelaziz
  1. Encryptor

    0下载:
  2. 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 #
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:1023byte
    • 提供者:thangbom40000
  1. cryptopp560

    0下载:
  2. 最新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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1mb
    • 提供者:沧海
  1. randomnum

    0下载:
  2. 一个伪随机数生成程序,简单实用,有需要的请下载-A pseudo-random number generator, if necessary, please download the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1.07mb
    • 提供者:zhangliang
  1. ophcrack-3.3.1

    0下载:
  2. Ophcrack是一款密码破解软件,功能非常强大,它能在几秒钟内恢复99.9 %的数字密码。13位密码都可以在5分钟内破解出来。它有一个图形用户界面,可运行在多个平台之上。 特点: 可运行在Windows,Linux/Unix,Mac OS X LM和NTLM哈希 可用于Windows XP和Vista的自由表格 蛮力模块,简单的密码 使用LiveCD,以简化过程 从Windows分区载荷加密哈希,包括Vista在内 自由和开放源码软件(GPL)-Op
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:344.91kb
    • 提供者:geddy
  1. sha

    0下载:
  2. sha-1的加密算法,可以进而通过它编出sha-1的为随机数生成器-sha-1 encryption algorithm, through which you can then compile the sha-1 for the random number generator
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2.13kb
    • 提供者:个发
  1. delphisuijishu

    0下载:
  2. 一套完整的加密解密及随机数的算法演示。delphi源码-A complete set of encryption and decryption and random number algorithm demo. delphi source
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:244.64kb
    • 提供者:cofish
  1. Csharp-encrypted-random

    0下载:
  2. C#生成加密的随机数,适合初学者学习,希望对各位有帮助。-C# generates an encrypted random number, suitable for beginners to learn, and I hope to help.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-21
    • 文件大小:13.07kb
    • 提供者:利兆天
« 12 »
搜珍网 www.dssz.com