标签:密码学
求指点!vigenere密码程序无法输出结果
#include<stdlib.h> #include<stdio.h> #include<string.h> void Encry() { char key[100]; char ch, temp; int L, i = 0, j = 0; if (getchar() == “\n”) temp ……
05-03 立刻查看
求 column permutation cipher中断异常
#include<stdio.h> #include<string.h> int main() { int i, j, l, k, m, num[30]; char key[30], plaintext[100], plaintext2[100], cipher[100]; printf(“please input the……
05-02 立刻查看