代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/486506/6533702
c descert.c
#include
main()
{
char key[8],plain[8],cipher[8],answer[8];
int i;
int test;
int fail;
char ks[16][8];
desinit(0);
for(test=0;!feof(stdin);test++){
get8(key);
printf(" K: "); p
www.eeworm.com/read/486345/6540233
m aes_init.m
function [s_box, inv_s_box, w, poly_mat, inv_poly_mat] = aes_init
%AES_INIT Initialisation of AES-components.
%
% [S_BOX, INV_S_BOX, W, POLY_MAT, INV_POLY_MAT] = AES_INIT
% initializes AES-co
www.eeworm.com/read/480720/6660367
cpp idea.cpp
// idea.cpp - modified by Wei Dai from:
// Copyright 1992 by Colin Plumb. Distributed with permission.
/* idea.c - C source code for IDEA block cipher.
* IDEA (International Data Encr
www.eeworm.com/read/261384/11651051
cpp idea.cpp
// idea.cpp - modified by Wei Dai from:
// Copyright 1992 by Colin Plumb. Distributed with permission.
/* idea.c - C source code for IDEA block cipher.
* IDEA (International Data Encr
www.eeworm.com/read/157666/11674222
c gcm_memory.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/157666/11674468
c eax_init.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/157120/11738385
java pbeenc.java
import java.io.*;
import java.util.*;
import java.security.*;
import javax.crypto.*;
import javax.crypto.spec.*;
public class PBEEnc{
public static void main(String args[]) throws Exception{
www.eeworm.com/read/157120/11738470
java pbedec.java
import java.io.*;
import java.util.*;
import java.security.*;
import javax.crypto.*;
import javax.crypto.spec.*;
public class PBEDec{
public static void main(String args[]) throws Exception{
www.eeworm.com/read/153385/12037867
cpp idea.cpp
// idea.cpp - modified by Wei Dai from:
// Copyright 1992 by Colin Plumb. Distributed with permission.
/* idea.c - C source code for IDEA block cipher.
* IDEA (International Data Encr
www.eeworm.com/read/255665/12066500
c gcm_memory.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar