搜索资源列表
-
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
-
-
0下载:
置换密码,密码学课的作业,可以实现列变换,代码通俗易懂,可以运行-transposition cipher
-
-
1下载:
使用vc编写的简单的实现凯撒密码代码。语法是,将输入的明文根据其ascll码加上输入的密钥之后换位为相应ascll的密文。-Using vc to write the simple implementation of Caesar cipher code. According to its syntax is that the input plaintext ascll code plus the input key after transposition for the correspondi
-
-
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下载:
实现了移位密码算法的加密和解密,加密与解密程序在同一程序中,通过输入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.)
-