CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - stream cipher

搜索资源列表

  1. CryptoMemoryStream

    0下载:
  2. C++ implementation in visual studios 2010 express of stream cipher
  3. 所属分类:Exploit

    • 发布日期:2017-11-20
    • 文件大小:25861
    • 提供者:robin
  1. KG

    0下载:
  2. 序列密码也称为流密码(Stream Cipher),它是对称密码算法的一种。序列密码具有实现简单、便于硬件实施、加解密处理速度快、没有或只有有限的错误传播等特点,因此在实际应用中,特别是专用或机密机构中保持着优势,典型的应用领域包括无线通信、外交通信。若能以一种方式产生一随机序列(密钥流),这一序列由密钥所确定,则利用这样的序列就可以进行加密,即将密钥、明文表示成连续的符号或二进制,对应地进行加密。-Stream cipher is also known as Stream Cipher (St
  3. 所属分类:CA program

    • 发布日期:2017-11-12
    • 文件大小:344823
    • 提供者:许晓达
  1. single

    0下载:
  2. 此代码集合的多种密码,包括凯撒、位置换、流密码、DES、RSA等多种密码。是一个综合系统!-This code set a variety of password, including Caesar, column substitution cipher, stream cipher, DES, RSA and so on many kinds of password. This is a comprehensive system!
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-21
    • 文件大小:418177
    • 提供者:陈翔运
  1. Caesar

    0下载:
  2. 实现流密码中的凯撒密码的加解密实现功能,时序列密码实现部分。-The the stream cipher Caesar password encryption and decryption functions, when stream cipher implementation section.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:6360
    • 提供者:杨俊明
  1. snow-2.0.tar

    1下载:
  2. snow流密码(序列密码)的C源代码,源自官方,包括完整的测试向量。-The snow stream cipher ( sequence ) of the C source code, from the authorities, including the complete test vector.
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:106949
    • 提供者:ycs
  1. rc4_console

    0下载:
  2. 伪随机数发生器LFSR及其在流密码RC4中的应用-Pseudo-random number generator LFSR in the stream cipher RC4
  3. 所属分类:CA program

    • 发布日期:2017-11-27
    • 文件大小:211992
    • 提供者:飞哥
  1. KG

    0下载:
  2. 序列密码 内含4个部分 流密码生成 对文件加解密-Sequence password contains four parts of the stream cipher generates a file encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:226168
    • 提供者:王璐
  1. work

    0下载:
  2. Grain stream cipher VHDL code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-18
    • 文件大小:35244
    • 提供者:juzars
  1. RC4

    0下载:
  2. Stream Cipher RC4 C++实现-Stream Cipher RC4
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-02
    • 文件大小:1182
    • 提供者:pudunimei
  1. salsa20_generic

    0下载:
  2. Salsa20: Salsa20 stream cipher algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-06
    • 文件大小:2100
    • 提供者:rokixen
  1. rc4

    0下载:
  2. RC4 stream cipher for Linux Device.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-05
    • 文件大小:852
    • 提供者:fuideicun
  1. xuliemima

    0下载:
  2. 理解线性移位寄存器序列密码算法的基本思想和一般步骤,C++实现序列密码。 掌握序列密码设计的核心密钥流生成器。通过该算法进一步理解对称密码算法。 -Understanding of linear shift register sequences of cryptographic algorithms basic ideas and general steps, C++ achieve stream ciphers. Grasp the core sequence key stream cip
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:4089280
    • 提供者:陈烁
  1. RC4

    0下载:
  2. 序列密码RC4的C++实验,控制台程序,适用于密码学实验.-C++ of RC4 stream cipher experiment console program for cryptography experiments
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-30
    • 文件大小:10948
    • 提供者:VongRuohang
  1. rc4

    0下载:
  2. 实现RC4流密码算法,对文件进行加密,并将加密的内容以文件形式输出,控制台调用。-Achieve RC4 stream cipher algorithm, to encrypt files and encrypt the contents of the output file format, called the console.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1244
    • 提供者:邓舒容
  1. LFSR

    0下载:
  2. 流密码算法C++实现,使用六级线性反馈移位寄存器,生成64位的密钥,在对数据进行加密,同时整合Socket编程,实现进程间加密通信。-C++ stream cipher algorithm implementation, using six linear feedback shift register to generate a 64-bit key to encrypt data at the same time integrating Socket programming, encrypte
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2175278
    • 提供者:lecision
  1. rc4

    0下载:
  2. 流密码RC4的加密解密文件的C++算法,可以静态加密文件也可以动态加密-C++ stream cipher RC4 algorithm for encryption and decryption of files, you can still encrypt files can also be dynamic encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:1311
    • 提供者:张赛
  1. Delphi_632413

    0下载:
  2. Delphi:采用BASE64算法流加密,编码多个字节,可以编码奇数字节和基数字节,把编码好的块写到流中,当然也可进行BASE64算法流的解密,解密的数据输入到流中,还可进行BASE64算法字符串加密,字符串解密等,比较全的BASE64加密与解密实例,仅供参考。 -Delphi: a stream cipher algorithm using BASE64 encoding a plurality of bytes, and the base may be encoded odd byte
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:9129
    • 提供者:ZS52OX7
  1. grain_p3

    0下载:
  2. grain A new stream cipher, Grain-128, is proposed. The design is very small in hardware and it targets environments with very limited resources in gate count, power consumption, and chip area. Grain-128 supports key size of 128 bits and IV size of 96
  3. 所属分类:多媒体编程

    • 发布日期:2014-09-22
    • 文件大小:8772
    • 提供者:phonchi
  1. SNOW3G

    1下载:
  2. SNOW3G流密码算法是3GPP中实现数据保密性和数据完整性的标准算法UEA2&UIA2 的核心-SNOW3G 3GPP stream cipher algorithm is implemented in data confidentiality and data integrity standard algorithms UEA2 & UIA2 core
  3. 所属分类:3G develop

    • 发布日期:2016-05-26
    • 文件大小:4096
    • 提供者:吴超
  1. salsa20_generic

    0下载:
  2. Salsa20: Salsa20 stream cipher algorithm.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2300
    • 提供者:kyqkgou
« 1 2 3 45 6 »
搜珍网 www.dssz.com