代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/445132/6292659
cpp cipher_lzx.cpp
#include
#include
#include
using namespace std;
char table[8][8];
int used[64], hash[64][2];
string prev(const string& x) {
string p = "";
for (unsigned int
www.eeworm.com/read/358948/6315109
txt cipher-text.txt
tVD pGWG kML lBKEZREW iABR EM A uMOT pWVZW
wiftlbxtwa, gVPB. 18 — wVV nRPHFRL eQVSIVM FRRRY YAZSIEL UWG BMAOKARRS UQHVRMFF FRTM NB R PNXI GOQAF, R NBDFSWUT BRZZCG EKWWT VZWSEDMQ WC LQZUW KHM PDARGM
www.eeworm.com/read/292723/6356772
bak cipher.dat.bak
www.eeworm.com/read/492302/6420951
h tomcrypt_cipher.h
/* ---- SYMMETRIC KEY STUFF -----
*
* We put each of the ciphers scheduled keys in their own structs then we put all of
* the key formats in one union. This makes the function prototypes easier t
www.eeworm.com/read/492302/6421290
h tomcrypt_cipher.h
/* ---- SYMMETRIC KEY STUFF -----
*
* We put each of the ciphers scheduled keys in their own structs then we put all of
* the key formats in one union. This makes the function prototypes easier t
www.eeworm.com/read/486345/6540239
m inv_cipher.m
function plaintext = inv_cipher (ciphertext, w, inv_s_box, inv_poly_mat, vargin)
%INV_CIPHER Convert 16 bytes of ciphertext to 16 bytes of plaintext.
%
% PLAINTEXT = INV_CIPHER (CIPHERTEXT, W, I
www.eeworm.com/read/477406/6734442
cpp ceasar_cipher.cpp
#include
#include
using namespace std;
int main()
{
string str1;
int i = 0;
int shift;
int crypted;
int n;
cout
www.eeworm.com/read/477406/6734443