代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/398415/7989954
inc cipher1.inc
const
Rijndael_S: array[0..1, 0..255] of Byte = (
($63,$7C,$77,$7B,$F2,$6B,$6F,$C5,$30,$01,$67,$2B,$FE,$D7,$AB,$76,
$CA,$82,$C9,$7D,$FA,$59,$47,$F0,$AD,$D4,$A2,$AF,$9C,$A4,$72,$C0,
$B
www.eeworm.com/read/397473/8043727
vi caesar cipher.vi
www.eeworm.com/read/323819/13315264
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/323819/13315399
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/322360/13381600
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/322360/13381706
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/131315/5946063
c pkt_cipher.c
/*
* $Source: /usr/src/kerberosIV/krb/RCS/pkt_cipher.c,v $
* $Author: kfall $
*
* Copyright 1985, 1986, 1987, 1988 by the Massachusetts Institute
* of Technology.
*
* For copying and distributi
www.eeworm.com/read/126641/6015360
c tb_cipher.c
/* ====================================================================
* Copyright (c) 2000 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with o
www.eeworm.com/read/101042/6259338
xs openssl_cipher.xs
#include "openssl.h"
int boot_cipher()
{
SSLeay_add_all_ciphers();
return(1);
}
MODULE = OpenSSL::Cipher PACKAGE = OpenSSL::Cipher PREFIX = p5_EVP_C_
PROTOTYPES: ENABLE
VERSIONCHECK: D
www.eeworm.com/read/445132/6292658
java cipher_sherlock.java
import java.util.*;
import java.io.*;
public class playfair {
static final int maxSize = 1000;
static Scanner in = new Scanner(System.in);
static char board[][] = new char[5][5];
st