代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/465092/7057225
dsp rc4cipher.dsp
# Microsoft Developer Studio Project File - Name="rc4cipher" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/465092/7057226
ncb rc4cipher.ncb
www.eeworm.com/read/465092/7057227
plg rc4cipher.plg
Build Log
--------------------Configuration: rc4cipher - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADM
www.eeworm.com/read/465092/7057228
cpp rc4cipher.cpp
#include
#include
#include
unsigned char S[256];
char tt[1000];
void initial(char *key)
{
unsigned char T[256]; //临时矢量
int len=strlen(key);
fo
www.eeworm.com/read/452229/7444121
v des_inv_cipher.v
`timescale 1ns/1ns
module des_inv_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;
wir
www.eeworm.com/read/452229/7444128
v des3_cipher.v
////////////////////////////////////////////////////////////////////////
//
// Abstract: Basing on opencore of the des,I construct
www.eeworm.com/read/243795/12916611
java testrc4cipher.java
import jxta.security.cipher.Cipher;
import jxta.security.crypto.JxtaCrypto;
import jxta.security.impl.cipher.KeyBuilder;
import jxta.security.impl.cipher.SecretKey;
import jxta.security.impl.random.
www.eeworm.com/read/320939/13415670
vhd des_cipher_top.vhd
---------------------------------------------------------------------
-- (c) Copyright 2006, CoreTex Systems, LLC --
-- www.coretexsys.com --
www.eeworm.com/read/319100/13460628
pdf 07 stream cipher.pdf
www.eeworm.com/read/313572/13584699
v aes_cipher_top.v
/////////////////////////////////////////////////////////////////////
//// ////
//// AES Cipher Top Level