C语言加密程序
//移位密码的加密#include<stdio.h>void main(){ char shifting[26],ch='a'; int i,cipherText[26],k=0,key; fo