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

搜索资源列表

  1. C语言实战105例

    0下载:
  2. C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11 使用二维数组统计学生成绩 29 实例12 简单的计算器 
  3. 所属分类:Windows编程

    • 发布日期:2012-03-06
    • 文件大小:654374
    • 提供者:jawin@126.com
  1. yiwei

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

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

    0下载:
  2. 据记载,公元前400年,古希腊人发明了置换密码。1881年世界上的第一个电话保密专利出现。在第二次世界大战期间,德国军方启用“恩尼格玛”密码机,密码学在战争中起着非常重要的作用。-According to records, in 400 BC, the ancient Greeks invented the replacement password. In 1881 the world' s first telephone patent there confidentiality. Dur
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:1935276
    • 提供者:张成方
  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. zhihuanmima

    0下载:
  2. 置换密码的C++语言实现,置换密码的C++语言实现.-Replacement passwords to achieve C++ language
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:33238
    • 提供者:周一鸣
  1. SP

    0下载:
  2. 通过本实验,使学生切实理解“S-盒”与“P-置换”的作用原理和实质差异,初步体会“多次迭代一个变换体”所能带来的诸如扩散性等密码学效果,培养和锻炼学生对于密码学中提出的一些技术指标进行探究的能力。-Through this experiment, so that students truly understand the " S-Box" and " P-replacement" in the role of theory and real differenc
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1383
    • 提供者:秫秸
  1. Classical-cryptographic

    0下载:
  2. 实现古典密码算法中置换密码的算法,实现加密和解密-To achieve the classical cryptographic algorithm displacement password algorithm encryption and decryption
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:893
    • 提供者:li weixia
  1. IS_DDESencrypn

    0下载:
  2. 按照分组密码运行的CBC方式式,将其中的DES算法置换为S -In accordance with the block cipher running in CBC mode, in which the DES algorithm replacement for the S
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1594
    • 提供者:kgd815
  1. Smimazipi

    0下载:
  2. 密码学的简单加密,用单表置换算法法实现一个字符串的加密可直接使用。 -Simple cryptography encryption, the encryption of a string can be used directly with single-table replacement algorithm method.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:11605
    • 提供者:sh
  1. transpositioncipher

    0下载:
  2. 置换密码,密码学课的作业,可以实现列变换,代码通俗易懂,可以运行-transposition cipher
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-16
    • 文件大小:535033
    • 提供者:李亚奇
  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-20
    • 文件大小:418177
    • 提供者:陈翔运
  1. mimadaihuan

    0下载:
  2. 实现VC古典密码的置换或者代换技术凑够20字-Replacement or substitution of VC classical cryptography technology lobbied for 20 words
  3. 所属分类:CSharp

    • 发布日期:2017-12-04
    • 文件大小:203776
    • 提供者:李四
  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. classicalcryptography

    1下载:
  2. 古典密码算法   通过编程实现替代密码算法和置换密码算法,加深对古典密码体系的了解,为以后深入学习密码学奠定基础。-Classical cryptographic algorithm By programming a substitution cipher algorithm and permutation cipher algorithm, a better understanding of classical cryptography, cryptology for the futu
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:86586
    • 提供者:王轩
  1. ZhiHuan

    0下载:
  2. 用java写的置换密码,简单明了,适用于初学者-Using java to write the password replacement, plain and simple, suitable for beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:769
    • 提供者:佘晓凤
  1. Monkey

    0下载:
  2. 基于猴子选大王游戏的程序,每个猴子带有已知的密码,密码会会不断置换,与哈弗曼类似-Monkey King game based on the election procedure, each monkey with a known password, the password will be constantly replaced, similar to the Huffman
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2854885
    • 提供者:石硕然
  1. 5-16

    0下载:
  2. 自己编写的用VC编程实现的5-16周期置换密码加密程序-I have written with VC programming cycle replacement 5-16 password encryption program
  3. 所属分类:File Operate

    • 发布日期:2017-04-11
    • 文件大小:1054
    • 提供者:DQEFW
  1. Monoalphabetic-cipher

    0下载:
  2. 古典密码中的单表置换密码的实现,C++初步-Classical passwords in a single table to achieve replacement passwords, C++ preliminary
  3. 所属分类:Other systems

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

    0下载:
  2. 换位加密解密算法:换位密码就是一种早期的加密方法,与明文的字母保持相同,区别是顺序被打乱了。通常,换位加密采用分组的形式,将明文分成指定的长度n的多组数据,然后在组内按照给定的置换规则进行字符换位。-Transposition encryption algorithm
  3. 所属分类:Console

    • 发布日期:2017-05-01
    • 文件大小:945588
    • 提供者:yiling
  1. Lab1

    0下载:
  2. 信息安全试验,传统加密算法——caser和置换密码,C++语言实现,编译环境是visual studio2010-Information security test, traditional- caser and replacement password encryption algorithm, c++ language, compile environment is visual studio2010
  3. 所属分类:CSharp

    • 发布日期:2017-05-12
    • 文件大小:2669568
    • 提供者:
« 12 »
搜珍网 www.dssz.com