用于学习密码学的四个基本加密源程序,可以帮助你更好地理解基本的加密算法思想.(均是本人的课程设计)...
- 资源大小:38.52 kB
- 上传时间:2021-06-29
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
C#
others
资 源 简 介
用于学习密码学的四个基本加密源程序,可以帮助你更好地理解基本的加密算法思想.(均是本人的课程设计)-learning cryptography for the four basic encryption source, I can help you better understand the basic thinking of the encryption algorithm. (All my course design)
文 件 列 表
置换加密
Permutation Cipher.exe
主要源码.cs
测试数据.txt
移位加密
Shift cipher.exe
主要源码.cs
测试数据.txt
维吉尼亚加密
Vigenere Cipher.exe
主要源码.cs
测试数据.txt
仿射加密
Affine Cipher.exe
主要源码.cs
测试数据.txt