搜索资源列表
-
0下载:
古典密码学若干算法
(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
-
-
0下载:
this program implements Substitution and Transposition cipher
-
-
1下载:
VB换位密码加密技术示例源代码VB transposition password encryption source code example-VB transposition password encryption source code example
-
-
0下载:
VB换位密码加密技术示例源代码,有需要的就下载吧。-VB transposition cipher encryption technology sample source code, there is a need to download it.
-
-
0下载:
移位密码的加密以及攻击方法,C++文件,密码学初步-Encryption and password attack methods shifts, C++ files, cryptography preliminary
-
-
0下载:
换位加密解密算法:换位密码就是一种早期的加密方法,与明文的字母保持相同,区别是顺序被打乱了。通常,换位加密采用分组的形式,将明文分成指定的长度n的多组数据,然后在组内按照给定的置换规则进行字符换位。-Transposition encryption algorithm
-
-
0下载:
实现了移位密码算法的加密和解密,加密与解密程序在同一程序中,通过输入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.)
-