搜索资源列表
C语言实战105例
- 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 简单的计算器
yiwei
- 古典密码的设计——周期为5的16-置换移位密码-Replacement shift Password
v
- 据记载,公元前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
test
- 古典密码学若干算法 (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
zhihuanmima
- 置换密码的C++语言实现,置换密码的C++语言实现.-Replacement passwords to achieve C++ language
SP
- 通过本实验,使学生切实理解“S-盒”与“P-置换”的作用原理和实质差异,初步体会“多次迭代一个变换体”所能带来的诸如扩散性等密码学效果,培养和锻炼学生对于密码学中提出的一些技术指标进行探究的能力。-Through this experiment, so that students truly understand the " S-Box" and " P-replacement" in the role of theory and real differenc
Classical-cryptographic
- 实现古典密码算法中置换密码的算法,实现加密和解密-To achieve the classical cryptographic algorithm displacement password algorithm encryption and decryption
IS_DDESencrypn
- 按照分组密码运行的CBC方式式,将其中的DES算法置换为S -In accordance with the block cipher running in CBC mode, in which the DES algorithm replacement for the S
Smimazipi
- 密码学的简单加密,用单表置换算法法实现一个字符串的加密可直接使用。 -Simple cryptography encryption, the encryption of a string can be used directly with single-table replacement algorithm method.
transpositioncipher
- 置换密码,密码学课的作业,可以实现列变换,代码通俗易懂,可以运行-transposition cipher
single
- 此代码集合的多种密码,包括凯撒、位置换、流密码、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!
mimadaihuan
- 实现VC古典密码的置换或者代换技术凑够20字-Replacement or substitution of VC classical cryptography technology lobbied for 20 words
DES
- DES加密实现,DES 使用一个 56 位的密钥以及附加的 8 位奇偶校验位,产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 个循环,使用异或,置换,代换,移位操作四种基本运算。-DES encryption to achieve
classicalcryptography
- 古典密码算法 通过编程实现替代密码算法和置换密码算法,加深对古典密码体系的了解,为以后深入学习密码学奠定基础。-Classical cryptographic algorithm By programming a substitution cipher algorithm and permutation cipher algorithm, a better understanding of classical cryptography, cryptology for the futu
ZhiHuan
- 用java写的置换密码,简单明了,适用于初学者-Using java to write the password replacement, plain and simple, suitable for beginners
Monkey
- 基于猴子选大王游戏的程序,每个猴子带有已知的密码,密码会会不断置换,与哈弗曼类似-Monkey King game based on the election procedure, each monkey with a known password, the password will be constantly replaced, similar to the Huffman
5-16
- 自己编写的用VC编程实现的5-16周期置换密码加密程序-I have written with VC programming cycle replacement 5-16 password encryption program
Monoalphabetic-cipher
- 古典密码中的单表置换密码的实现,C++初步-Classical passwords in a single table to achieve replacement passwords, C++ preliminary
54321
- 换位加密解密算法:换位密码就是一种早期的加密方法,与明文的字母保持相同,区别是顺序被打乱了。通常,换位加密采用分组的形式,将明文分成指定的长度n的多组数据,然后在组内按照给定的置换规则进行字符换位。-Transposition encryption algorithm
Lab1
- 信息安全试验,传统加密算法——caser和置换密码,C++语言实现,编译环境是visual studio2010-Information security test, traditional- caser and replacement password encryption algorithm, c++ language, compile environment is visual studio2010