代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/276149/10759248
dsp vigenere_cipher.dsp
# Microsoft Developer Studio Project File - Name="Vigenere_Cipher" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32
www.eeworm.com/read/276149/10759250
dsw vigenere_cipher.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "Vigenere_Cipher"=".
www.eeworm.com/read/271765/10981108
h mycrypt_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/416426/11029670
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/416375/11031401
java my_cipher.java
package IS_Project1;
import java.security.Key;
public interface My_Cipher {
public void generate_cipher(String cipher_name);
public void encryp_message(byte[] cipher_bytes, Key key);
www.eeworm.com/read/416375/11031407
java lover_cipher.java
package IS_Project1;
import java.security.InvalidKeyException;
import java.security.Key;
import java.security.NoSuchAlgorithmException;
import java.util.ArrayList;
import java.util.Iterator;
www.eeworm.com/read/416375/11031427
class lover_cipher.class
www.eeworm.com/read/416375/11031441
class my_cipher.class
www.eeworm.com/read/454228/7395841
cpp 1026cipher.cpp
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace
www.eeworm.com/read/452229/7444116
v des_cipher.v
`timescale 1ns/1ns
module des_cipher(desOut, desIn, key, roundSel, rst, clk);
output [63:0] desOut;
input [63:0] desIn;
input [55:0] key;
input [3:0] roundSel;
input clk;
input rst;
wire [