搜索资源列表
sizhongjiamijiemi
- 移位密码,仿射密码,维吉利亚密码,置换密码 四种C加密解密算法-shift password, affine password Weijilie password, password replacement of four C encryption and decryption algorithm
FourEncodeArithmeticInCommonUse
- 常用的四种加密解密算法。移位密码、仿射密码、维吉尼亚密码以及置换密码,用纯C语言编写。-four commonly used encryption and decryption algorithms. Shift password, affine password, Virginia and password replacement passwords, using pure C language.
gdsf
- JAVA实现的基本用户界面的,仿射密码,置换密码,维吉尼亚密码的实现-JAVA the basic user interface, affine password, password replacement, the realization of Virginia Password
aprogramtocomputeprimeforrsa
- 一个置换密码技术的练习题及解答 另一个是RSA算法中分解两个素数的C程序.
Cryptography
- 用VC++做的一个加密解密算法,包括凯萨密码、Vigenere密码、playfair密码和置换密码,加密和解密都完全实现了
zhihuan
- 置换密码算法的原理是不改变明文字符,只将字符在明文中的排列顺序改变,从而实现明文信息的加密。置换密码也叫换位密码。
zhihuan
- 置换密码算法的原理是不改变明文字符,只将字符在明文中的排列顺序改变,从而实现明文信息的加密。置换密码也叫换位密码。试编程实现矩阵换位密码。它的加密方法是将明文中的字母按照给定的顺序安排在一个矩阵中,然后用根据密钥提供的顺序重新组合矩阵中的字母,形成密文。
Permutation
- 经典密码学中列置换密码的实现 此为字符串版本的加解密实现 开发平台为VC6.0
pcked
- 四种加密解密算法的源代码:移位密码、仿射密码、维吉尼亚密码以及置换密码。-four encryption and decryption algorithm source code : shift password, affine passwords, Virginia passwords and password replacement.
四种加密解密算法的源代码
- 四种加密解密算法的源代码:移位密码、仿射密码、维吉尼亚密码以及置换密码。-four encryption and decryption algorithm source code : shift password, affine passwords, Virginia passwords and password replacement.
Vigenerejava 维基尼亚密码(Vigenere)
- 维吉尼亚体制是最古老而且最著名的多表密码体制之一,它是人们为了提高密码的破译的难度发明的一种多表置换的密码,它是由16世纪法国亨利三世王朝的布莱瑟• 维吉尼亚发明的,其特点是将26个恺撒密表合成一个维基尼亚密码(Vigenere),Virginia system is the oldest and most famous one of multi-table cryptosystem, it is a password in order to improve the difficulty of
jk.rar
- 置换密码算法,用C++制作,不是本人做的,具体实现请自己查看,Substitution cipher, using C++ Production, rather than I do, concrete realization of your own view
code
- 密码学的ppt,里面详细说明了DES算法,以及各个置换盒的数据。-Cryptography ppt, which details the DES algorithm, as well as various replacement cartridge data.
columnpermutation
- 关于列置换的加密技术的密码实现,可以成功运行的代码,适合使用-On the out replacement password encryption technology to achieve, can successfully run the code, suitable for use
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
cryptologycoding
- 一些重要的加密算法的实现---主要是针对大学密码学课程中的算法实践,例如: 维吉尼亚密码,置换密码,移位密码-Some key encryption algorithm--- mainly aimed at the realization of the University of cryptography algorithms for practical courses, such as: Virginia password, replacement password, password, an
zhihuanmima
- 置换密码的C++语言实现,置换密码的C++语言实现.-Replacement passwords to achieve C++ language
Transposition_cipher
- 一段在国外著名解密网站看到的代码,用于破解置换密码算法-A section of the website to see famous foreign decryption code, password replacement algorithm for crack
凯撒密码
- 凯撒密码(caeser)是用于加密通过信使传递的作战命令。置换加密的优点就在于它易于实施却难于破解。发送方和接收方很容易事先商量好一个密钥,然后通过密钥从明文中生成密文,即使敌人获取密文,通过密文直接猜测其代表的意义,在实践中是不可能的。 在密码学中存在着各种各样的置换方式,但所有不同的置换方式都包含2个相同的元素:密钥和协议(算法)。凯撒密码的密钥是x,算法是将普通字母表中的字母用密钥对应的字母替换。(The Kaiser code (Caeser) is the operational c