搜索资源列表
classicalcryptography
- 古典密码算法 通过编程实现替代密码算法和置换密码算法,加深对古典密码体系的了解,为以后深入学习密码学奠定基础。-Classical cryptographic algorithm By programming a substitution cipher algorithm and permutation cipher algorithm, a better understanding of classical cryptography, cryptology for the futu
54321
- 换位加密解密算法:换位密码就是一种早期的加密方法,与明文的字母保持相同,区别是顺序被打乱了。通常,换位加密采用分组的形式,将明文分成指定的长度n的多组数据,然后在组内按照给定的置换规则进行字符换位。-Transposition encryption algorithm