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

搜索资源列表

  1. LILI-II

    0下载:
  2. 无线通信系统中密钥流生成器——LILI-II。以VC++为编程工具,制作了操作简单,实用性较强的用户操作界面,并对Fibonacci 结构、Galois结构两种方式的LFSR-Wireless Communication System Key flow generator -- LILI-II. A VC + + programming tools, has produced a simple, practical, strong user interface, also Fibonacci s
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:62kb
    • 提供者:赖晖
  1. TomCrypt

    0下载:
  2. 该压缩包中包括 tom的加密函数库及pdf说明 ,以及Rinick s ECC:椭圆曲线非对称加密密钥生成器 -the compression package includes tom encryption functions and pdf descr iptions and Rinick s ECC : Elliptic Curve asymmetric encryption key generator
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.15mb
    • 提供者:dbmm
  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. RSATool2v14.RAR

    0下载:
  2. rsa密钥生成器-rsa key generator.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:71.65kb
    • 提供者:马跃
  1. Rsa_decrpt.rar

    0下载:
  2. 密采用RSA加密算法,对网卡MAC地址进行加密,产生的秘文作为软件的验证码。密钥生成器ProductKey.exe;加密机/解密RsaEncrypt.exe ,Micronesia RSA encryption algorithm used to encrypt the network card MAC address, as the secret generated by software verification code. Key Generator ProductKey.exe en
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-21
    • 文件大小:6.18mb
    • 提供者:Scott
  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. CodeGen

    0下载:
  2. vb注册码生成器,可以自动生成人以数量的17位由阿拉伯数字和字母组成的注册码!-vb code generator can automatically Health adult to 17 the number of Arabic numerals and letters from the key!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:5.23kb
    • 提供者:陆权森
  1. z_De_Encrypt

    0下载:
  2. 这是一个加密解密算法的小程序,加密解密为对称算法。 加密算法使用替换模板和字符冗余,对每个字符的加密依规则分别生成子密钥,算法具有一定安全性,具体算法请见,算法说明.doc文件。 程序在vs.net2005下编译通过。-This is a small encryption and decryption algorithm procedure for symmetric encryption and decryption algorithm. Encryption algorithm to
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:841.71kb
    • 提供者:赵瑞峰
  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. 121451392566

    0下载:
  2. 注册码生成器,里面有具体的系统软件和源代码-Registration key generator, which has specific system software and source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3.96kb
    • 提供者:林雅芳
  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. AES-Crypto-SN-Generator

    1下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。-
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:749.77kb
    • 提供者:harris
  1. ElGamal

    0下载:
  2. Elgamal签名是基于离散对数问题的,首先选择p,g计算出B,作为公钥(p,g,B),在选择一个a作为私钥,给出明文m,对明文机型加密,计算出x,y,得到签名,接收方就可以进行验证。签名过程中必须使用Hash函数,否则的话容易受到存在性伪造攻击,并且签名长度是明文长度的二倍。 -Obtained by the Elgamal discrete logarithm problem cryptographic algorithms, first, Elgamal key generation,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3.7mb
    • 提供者:王风
  1. a-new-fast-stream-cipher--20110914

    0下载:
  2. A new fast stream cipher, MAJE4 is designed and developed with a variable key size of 128-bit or 256-bit. The randomness property of the stream cipher is analysed by using the statistical tests. The performance evaluation of the stream cipher
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1.31mb
    • 提供者:陳曉慧
  1. math.py

    0下载:
  2. for CTM key generator functions
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:860byte
    • 提供者:shax
  1. xiandaimimaxue

    0下载:
  2. 了解现代密码学的基础知识,其中包括古典密码学,单向函数,伪随机序列生成器,序列密码,分组密码,公钥密码学。这是大学现代密码学的课程内容,从第一章至第九章,都较为基础。-Knowledge of modern cryptography, including classical cryptography, one-way function, pseudo random sequence generator, sequence cipher, block cipher, public key cryp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-22
    • 文件大小:5.9mb
    • 提供者:米儿
  1. ExpertSystem

    0下载:
  2. 用Java模拟流密码加密解密,实现了秘钥流生成器-Simulation using Java stream cipher encryption and decryption, to achieve a secret key stream generator
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-30
    • 文件大小:74.67kb
    • 提供者:郭浩
搜珍网 www.dssz.com