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

搜索资源列表

  1. Data4final

    0下载:
  2. 移位密码、代换密码的加密及解密 实现移位密码:k表示26个字母向前循环位移的字符个数 加密: 输入:k,以及小写表示的明文字母,输出:大写字母表示的密文 解密:输入: k,以及大写字母表示的密文,输出:小写字母表示的明文 例如,当k=11时 明文:wewillmeetatmidnight 密文:HPHTWWXPPELEXTOYTRSE 实现代换密码 例如输入密匙guangzhouuniversity,则建立字母对应关系: a b c d e f g
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:8617
    • 提供者:何志
  1. ShiftLiner

    0下载:
  2. 该程序用于实现密码学中的线性反馈移位寄存器的模拟,本程序以5级为例,并可以判断输出数列的周期
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1005
    • 提供者:唐扬
  1. C源代码实例

    8下载:
  2. 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014 求解二维数组的最大/最小元素 015 利用数组求前n个
  3. 所属分类:Windows编程

    • 发布日期:2009-06-04
    • 文件大小:3250828
    • 提供者:79446210
  1. WL40987330 C语言算法集

    2下载:
  2. 目录 第一部分  基础篇   001  第一个C程序  002  运行多个源文件  003  求整数之积  004  比较实数大小  005  字符的输出  006  显示变量所占字节数  007  自增/自减运算  008  数列求和  009  乘法口诀表  010&
  3. 所属分类:Windows编程

    • 发布日期:2008-12-21
    • 文件大小:3245365
    • 提供者:wl409873350
  1. yiwei

    0下载:
  2. 古典密码的设计——周期为5的16-置换移位密码-Replacement shift Password
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:201236
    • 提供者:snow
  1. shift

    0下载:
  2. 一个简单的移位密码,加解密实现!快来感受一下吧!-shift
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:606351
    • 提供者:welic
  1. test

    0下载:
  2. 古典密码学若干算法 (1) 实现移位密码; (2) 实现替换密码; (3) 实现Vigenere密码(选做); (4) 实现置换密码(换位密码); (5) 对每一种密码,编写加密字符串和加密文件的两种算法并进行实验。 -A number of classical cryptography algorithm (1) the realization of shift cipher (2) to achieve the replacement of the password
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-22
    • 文件大小:31744
    • 提供者:何何
  1. WebSafe

    0下载:
  2. 实现移位密码,密码表为8位二进制,因此明文必须为成对的16进制字符组成的字符串-Achieve translocation password, the password table for the 8-bit binary, it must be expressly pairs consisting of 16 hexadecimal characters in the string
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:46372
    • 提供者:余俊仡
  1. a

    0下载:
  2. C语言编程实现移位密码(凯撒密码,维吉尼亚密码)-C language programming shift Password (Caesar password, password Virginia)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1205
    • 提供者:
  1. LFSR

    0下载:
  2. 序列密码--线性反馈移位寄存器--是密码学的基础,密码编程的前部分在这-Cipher- a linear feedback shift register- is based on cryptography, passwords in the first part of programming! !
  3. 所属分类:Console

    • 发布日期:2017-11-28
    • 文件大小:155989
    • 提供者:艾力
  1. DES

    0下载:
  2. DES加密实现,DES 使用一个 56 位的密钥以及附加的 8 位奇偶校验位,产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 个循环,使用异或,置换,代换,移位操作四种基本运算。-DES encryption to achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2289182
    • 提供者:吴兰
  1. transposition-cipher

    0下载:
  2. 移位密码的加密以及攻击方法,C++文件,密码学初步-Encryption and password attack methods shifts, C++ files, cryptography preliminary
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1776228
    • 提供者:马艾静
  1. Shift_Cipher

    0下载:
  2. 使用C++实现移位密码体制,对一个文本中的内容加密或解密,并将将结果保存在另一文件中-Use C ++ implementation shift cryptosystem, a text content encryption or decryption, and save the results in another file
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:414648
    • 提供者:王星星
  1. 移位密码分析实验

    0下载:
  2. 通过编程实现位移密码的密钥获取并解密,加深对古典密码体系的了解,为以后深入学习密码学奠定基础。(Shift cipher analysis experiment (including source code))
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:52224
    • 提供者:Which/One
  1. 一、移位密码算法的加密和解密

    0下载:
  2. 实现了移位密码算法的加密和解密,加密与解密程序在同一程序中,通过输入1or2选择加密或解密(The encryption and decryption of the transposition cipher algorithm are realized. In the same program, the encryption and decryption program is encrypted or decrypted by the input 1or2.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:1764352
    • 提供者:fwssnbb1
搜珍网 www.dssz.com