代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/445132/6292657
in cipher.in
135
Cipher
Description
The Playfair cipher or
Playfair square
is a manual symmetric encryption technique and was the first literal digraph
substitution cipher
The technique encrypts pairs of letters d
www.eeworm.com/read/289895/8519262
txt cipher.txt
www.eeworm.com/read/381308/9098797
txt cipher.txt
www.eeworm.com/read/378714/9217678
sct cipher.sct
www.eeworm.com/read/378714/9217689
scx cipher.scx
www.eeworm.com/read/365220/9872327
class cipher.class
www.eeworm.com/read/365220/9873004
class cipher.class
www.eeworm.com/read/363152/9966295
cpp cipher.cpp
//维吉尼亚加密算法
#include"stdio.h"
#include"ctype.h"
#include"string.h"
#include"stdlib.h"
#define LEN 2000
char * Vigenere_encrypt(char k[],char plain[]); //维吉尼亚加密函数声明
char * Vigenere_decrypt(char