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

搜索资源列表

  1. B_M算法

    2下载:
  2. VC++编程实现了二元域的BM算法。Berlekamp-Massey 算法是一个少有的高效算法。只需要输入密文中的2l个比特,就可以产生LFSR的最小多项式,从而生成整个序列。这里的l是系统的线性复杂度。-VC + + programming domain of the dual BM algorithm. Berlekamp-Massey algorithm is a rare efficient algorithm. Just type of dense text 2l bits, we c
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:30926
    • 提供者:赖晖
  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
    • 文件大小:63491
    • 提供者:赖晖
  1. 032223

    0下载:
  2. 设f(x)=1+x+x2+x5+x27,试分别写出实现下列移位寄存器的程序: 以f(x)为联接多项式的DSR; 以f(x)为联接多项式的LFSR。 可供选择的联接多项式: f1(x)=1+x+x4+x6+x30; f2(x)=1+ x3+ x31; f3(x)=1+ x6+ x31; f4(x)=1+ x7+ x31; f5(x)=1+ x13+ x31; -Let f (x) = 1 x x2 x5 x27, respectively try to writ
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1617
    • 提供者:houny
  1. A5Encryption

    0下载:
  2. 用A5算法加密解密算法,A5算法使用LFSR对数据流进行加密解密运算.-A5 algorithm using encryption and decryption algorithms, A5 algorithm used LFSR flow of data encryption and decryption operations.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:56587
    • 提供者:liudongxiao
  1. AIcodesystem

    0下载:
  2. 1、对于凯撒密文,实现了:1种盲目式搜索,4种启发式搜索,以及利用密钥实现的凯撒加密系统。 2、对于代入法密文,实现了:2种启发式搜索,1种利用密钥的代入法加密系统以及随机生成密钥的代入法加密系统。 3、字典工具,实现了对词库的增加,删除,检查等一系列的操作。 4、7种其他较为经典的加密方法的加密解密工具。包括:DES、Vigenere、IDEA、Keyword、LFSR、Playfair以及RC4等。 -1, Caesar ciphertext, realized : a bl
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:10401253
    • 提供者:陈守勇
  1. my_LFSR

    0下载:
  2. 根据LFSR算法写的一个产生随机序列的应用程序,希望对学习LFSR的朋友有所帮助-under LFSR wrote an algorithm to produce random sequences of procedures, hope to learn LFSR help of a friend
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:28020
    • 提供者:蒙相
  1. lfsr

    0下载:
  2. 伪随机序列产生器-线性反馈移位寄存器,Verilog HDL 原代码。-Pseudo-random sequence generator- linear feedback shift register, Verilog HDL source code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:883
    • 提供者:李辛
  1. LFSR

    3下载:
  2. 简单的线性反馈移位寄存器标准C语言实现,采用visual c++2010编写,如果你打不开,请复制里面的.cpp文件采用visual c++6.0打开即可。 详细内容见源码-Simple linear feedback shift register the standard C language, written with visual c++2010, and if you can not open, please copy the inside. Cpp file using visua
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2014-04-16
    • 文件大小:784384
    • 提供者:李杨元
  1. LFSR

    0下载:
  2. 伪随机序列产生器,线性反馈移位寄存器,原代码。-Pseudo-random sequence generator, linear feedback shift register, the original code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:163107
    • 提供者:李辛
  1. LFSR

    0下载:
  2. Register to be right for stream ciphers with Polynomial and Seed customizable
  3. 所属分类:CA program

    • 发布日期:2017-04-03
    • 文件大小:1083
    • 提供者:k3r63r05
  1. xuliemime

    0下载:
  2. 线性反馈移位寄存器LFSR生成随机序列的原理,序列密码的加密过程-Linear feedback shift register LFSR to generate random sequence of the principle of the encryption cipher
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-04-21
    • 文件大小:1531
    • 提供者:bluerain
  1. LFSR

    0下载:
  2. 1. 分析n-位LFSR生成m=2n-1位长伪随即序列的算法过程。 2. 用程序设计语言将算法过程编程实现。 输入明文:I do like this book 加密算法E:yi=xi^ki 密钥:32-LFSR的输出,初始值:good 本原多项式:x32+x7+x5+x3+x2+x+1 -1. Analysis of n-bit LFSR to generate m = 2n-1 bit length of the sequence was pseudo-algo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:16504
    • 提供者:zouna
  1. lfsr

    0下载:
  2. 10位的LFSR伪随机学列生成器,包括游程检验。-10-bit LFSR pseudo-random series generator study, including the runs test.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1895017
    • 提供者:chaiyuan
  1. LFSR

    0下载:
  2. 通过实现简单的线性反馈移位寄存器(LFSR),理解LFSR的工作原理、本原多项式重要意义-By implementing a simple linear feedback shift register (LFSR), to understand the working principle of LFSR, primitive polynomial significance
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:30250
    • 提供者:李惺忪
  1. 1

    0下载:
  2. it is LFSR encryption and decryption in C
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:833
    • 提供者:sateesh
  1. LFSR

    0下载:
  2. LFSR加密用于实现论加密的步骤,对于密码学有重要意义-LFSR CIPHER AND DECRYPTON
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:206308
    • 提供者:汪汪
  1. A5Pro_v2

    0下载:
  2. 根据A5原理,程序生成了大小250KB左右的A5密钥流文件。用户可自行设定三个LFSR的结构,以及三个LFSR的初始值。-According to the principle of A5, the program generate an A5 key stream file,whose size is about 250KB . Users can set the structure of three LFSR, and three LFSR s initial value.
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:26309
    • 提供者:tianjian
  1. LFSR

    0下载:
  2. 基于线性移位寄存器LFSR的序列对称算法。包含加密和加密过程,支持明文文件输入和密文文件输出。-Based on a sequence of linear shift register LFSR symmetric algorithm. Including encryption and the encryption process, simple text file input and output ciphertext file.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:951647
    • 提供者:张滢
  1. LFSR-method-to-encrypt-decrypt-image-of-YCBCR

    0下载:
  2. LFSR foe encrypt and decrypt an image
  3. 所属分类:CA program

    • 发布日期:2017-05-13
    • 文件大小:2581412
    • 提供者:Aead Amer
  1. lfsr

    0下载:
  2. 1)利用C\C++语言实现给定的LFSR; 2)通过不同初始状态生成相应的序列,并观察它们的周期有什么特点; 3)利用生成的序列对文本进行加/解密(按对应位作模2加运算)。 给定的LFSR为:-1) the use of C \ C++ language given LFSR 2) to generate the corresponding sequences by different initial state, and observe what are the chara
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:66806
    • 提供者:刘洋
« 12 »
搜珍网 www.dssz.com