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

搜索资源列表

  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. GrainCPP

    0下载:
  2. Grain流密码C语言编程实现 算法实现简洁 运行时间开销极低 C++语言-Grain stream cipher algorithm C language programming concise language run-time overhead is very low C++
  3. 所属分类:Document

    • 发布日期:2015-05-22
    • 文件大小:4096
    • 提供者:方哲
  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. JCEStreamCipher

    0下载:
  2. JCE Stream Cipher for Andriod.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:2660
    • 提供者:wiumiuding
  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. IJEST12-04-06-038

    0下载:
  2. This paper addresses the usage of FCSR in place of LFSR in a stream cipher. To demonstrate the usage ZUC stream cipher is taken as example in this paper. A good stream cipher should have good randomness, high period, linear span, and security aga
  3. 所属分类:Software Testing

    • 发布日期:2017-04-06
    • 文件大小:152381
    • 提供者:ulvpshk
  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. embedbp

    0下载:
  2. Encryption of an image is done.The Encryption is based on Stream cipher.
  3. 所属分类:CA program

    • 发布日期:2017-04-12
    • 文件大小:1480
    • 提供者:Ragini
  1. salsa20a

    0下载:
  2. salsa20是流密码算法,是比较优秀的算法之一-salsa20 is a stream cipher algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-03
    • 文件大小:643487
    • 提供者:panfushuang
  1. ZUC

    0下载:
  2. ZUC was a word-oriented stream cipher. The initial it requires a 128-bit key and a 128-bit initialization vector (IV) as input, and output a string of 32-bit words of the Keystream (so, each 32-bit word here referred to as a key word). Key can be use
  3. 所属分类:Network Security

    • 发布日期:2017-05-07
    • 文件大小:1110969
    • 提供者:ASDASAD
  1. zuc

    0下载:
  2. 祖冲之算法是国产流密码算法,现已被采纳为4G加密标准-ZUC stream cipher
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2173779
    • 提供者:张方宇
  1. rc4

    0下载:
  2. RC4算法的控制台编程,流密码算法的实践,在控制台下实现对文本的加密解密。-Console programming RC4 algorithm, practice stream cipher algorithm, in the console to achieve decrypt the encrypted text.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:936
    • 提供者:maintain
  1. LSFR-rc4

    1下载:
  2. 伪随机数发生器LSFR及其在流加密RC4中的应用-LFSR pseudo-random number generator and its application in the RC4 stream cipher
  3. 所属分类:CA program

    • 发布日期:2017-05-09
    • 文件大小:1864887
    • 提供者:李晓峰
  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
    • 文件大小:76462
    • 提供者:郭浩
  1. rc4

    0下载:
  2. RC4 is the most popular stream cipher in the domain of cryptology. RC4 consist of two algorithms Key Scheduling Algorithm (KSA) and Pseudo-random generation algorithm (PRGA).
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-04
    • 文件大小:48858
    • 提供者:varalakshmi
  1. BLAKE2-master

    0下载:
  2. BLAKE2 are cryptographic hash functions based on Dan Bernstein s Cha stream cipher, but a permuted copy of the input block, XORed with some round constants, is added before each Cha round. Like SHA-2, there are two variants differing in the word size
  3. 所属分类:CA program

    • 发布日期:2017-12-12
    • 文件大小:497197
    • 提供者:Jonathan Young
« 1 2 3 4 56 »
搜珍网 www.dssz.com