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

搜索资源列表

  1. 线性移位寄存器的C语言实现

    1下载:
  2. 线性移位寄存器是流密码的重要组成部分,该程序就是实现该方法。- The linearity shift register is the stream cipher important constituent, this procedure realizes this method.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10.87kb
    • 提供者:王清华
  1. Shift Cipher

    0下载:
  2. 一个移位加密算法的源代码,跟大家交流一下。-a shift encryption algorithm source code sharing with you what.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:34.38kb
    • 提供者:叶海鹏
  1. Rot13.java

    0下载:
  2. 循环位移算法ROT-13,既输入的字符串的每个字符后移13位加密,在移13位解密.-displacement cycle algorithm ROT - 13, both input string of characters after each shift 13 encryption, the shift 13 declassified.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.88kb
    • 提供者:ximing
  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
    • 文件大小:1.58kb
    • 提供者:houny
  1. yiweisuanfaC

    0下载:
  2. 关于移位密码的算法,可以试试。应该正确的 -shift on the password algorithm, you can try. Should correct
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3.41kb
    • 提供者:shi
  1. sizhongjiamijiemi

    0下载:
  2. 移位密码,仿射密码,维吉利亚密码,置换密码 四种C加密解密算法-shift password, affine password Weijilie password, password replacement of four C encryption and decryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3.95kb
    • 提供者:刘武器
  1. FourEncodeArithmeticInCommonUse

    0下载:
  2. 常用的四种加密解密算法。移位密码、仿射密码、维吉尼亚密码以及置换密码,用纯C语言编写。-four commonly used encryption and decryption algorithms. Shift password, affine password, Virginia and password replacement passwords, using pure C language.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.82kb
    • 提供者:Kary Lu
  1. yiweimima

    0下载:
  2. JAVA编写的有用户界面的移位密码实现代码-JAVA prepare the user interface shift password codes
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.26kb
    • 提供者:sp
  1. aa

    0下载:
  2. 凯撒密码的过程,再用配对字母取代讯息里的原始字母位移加密法(shift cipher):模数计算。Ek(x)=(x+k)mod 26,Dk(y)=(y –k)mod 26 如:k=5 “hello world”加密为:mjqqt….
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5.54kb
    • 提供者:李艳
  1. pcked

    0下载:
  2. 四种加密解密算法的源代码:移位密码、仿射密码、维吉尼亚密码以及置换密码。-four encryption and decryption algorithm source code : shift password, affine passwords, Virginia passwords and password replacement.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.61kb
    • 提供者:唐莹
  1. 四种加密解密算法的源代码

    1下载:
  2. 四种加密解密算法的源代码:移位密码、仿射密码、维吉尼亚密码以及置换密码。-four encryption and decryption algorithm source code : shift password, affine passwords, Virginia passwords and password replacement.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.75kb
    • 提供者:发就
  1. 加密程序(M)

    0下载:
  2. 一个用移位思想实现的简单数据加密程序,因为不论是大写还是小写字母,其ASC码值都是按顺序排列的.故可以用相对应的ASC码值进行判断以及算法实现.-a shift ideology with a simple data encryption procedures, because both uppercase or lowercase letters, the value of ASC codes are arranged in chronological order according to t
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:32.93kb
    • 提供者:XFX
  1. 算法

    0下载:
  2. 维吉尼亚(Vigenere)密码为了提高密码的破译的难度,人们有发明一种多表置换的密码,即一个明文字母可以表示为多个密文字母,多表密码加密算法结果将使得对单表置换用的简单频率分析方法失效,其中维吉尼亚密码就是一种典型的加密方法。维吉尼亚密码是使用一个词组(语句)作为密钥,词组中每一个字母都作为移位替换密码密钥确定一个替换表,维吉尼亚密码循环的使用每一个替换表完成明文字母到密文字母的变换,最后所得到的密文字母序列即为加密得到的密文,具体过程如下: 设密钥 ,明文 , 加密变换 其中 例如,M=da
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.24kb
    • 提供者:god
  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
    • 文件大小:883byte
    • 提供者:李辛
  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
    • 文件大小:766kb
    • 提供者:李杨元
  1. LFSR

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

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

    0下载:
  2. 有移位算法编写的一个加密原代码,有兴趣的下了看看。-There is a shift encryption algorithm to prepare the original code, are interested in a look at.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:13.94kb
    • 提供者:杨涛
  1. yiwei

    0下载:
  2. 这是一个关于密码学的古典密码中的移位密码的源程序。-This is a study on classical cryptography Password shift in the source code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:7.79kb
    • 提供者:liuqi
  1. lfsrdsr

    0下载:
  2. 密码学中用于加密用的LFSR和DSR移位代码,是加密系统中的一个基础知识-Cryptography LFSR used for encryption and DSR code shift is a encryption system based on knowledge
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:40.19kb
    • 提供者:珉珉
  1. shift-cipher

    0下载:
  2. 描述了移位密码的加密,解密和密码系统破译过程。-the describation of shift cipher s encode and decode
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4.81kb
    • 提供者:Kevin
« 12 3 4 5 »
搜珍网 www.dssz.com