凯撒密码中心思想:凯撒密码是一种简单的信息加密方法,通过将信息中的每个字母在字母表中后移动常量k,...
/* 功能:凯撒密码 日期:2013-06-18 */ #include<stdio.h> #include<stdlib.h> #include <string...