代码搜索:Encrypt

找到约 3,742 项符合「Encrypt」的源代码

代码结果 3,742
www.eeworm.com/read/112957/6142625

vhd testdes.vhd

-- VHDL Test Bench Created from source file encrypt.vhd -- 02:44:54 01/24/2003 -- -- Notes: -- This testbench has been automatically generated using types std_logic and -- std_logic_vector for the p
www.eeworm.com/read/104761/6202746

cpp cryptography.cpp

// Encrypt.cpp : implementation file // #include "windows.h" #include "stdio.h" #include "stdlib.h" #include "stdafx.h" #include "wincrypt.h" #include "Cryptography.h" #ifdef _DEBUG #defi
www.eeworm.com/read/486506/6533713

c main.c

/* Encrypt/decrypt command compatible with Sun's "des" command */ #include char iv[8]; /* Initial vector for CBC mode */ int block; char ks[16][8]; main(argc,argv) int argc; char *argv[];
www.eeworm.com/read/482532/6617365

txt cjcx.txt

#include #include #include "encrypt.h" #include "cmd.h" #include "comm.h" #include "24cxx.h" #include "password.h" /*------------------------------------------------ AT89
www.eeworm.com/read/264761/11302374

c test_cfb1.c

/* * test_cbc - simple program to run encrypt & decrypt LOKI97 CFB1 test triples * * written by Lawrie Brown / May 1998 */ #include "loki97.h" /* local func prototypes */ static BYTE *charToBYTE
www.eeworm.com/read/346507/11740875

h des.h

void des_uncrypt(unsigned char *pin,unsigned char *cipher_pin,unsigned char *workkey); void des_encrypt(unsigned char *pin,unsigned char *cipher_pin,unsigned char *workkey); void TripleDesEnc
www.eeworm.com/read/131980/14117768

ac configure.ac

# -*- shell-script -*- # # Simple configure.in for gaim-encryption # # # Init autoconf # AC_INIT(./encrypt.c) AC_PREREQ(2.52) AC_CANONICAL_SYSTEM # # Init automake # The third argument to AM_INIT_A
www.eeworm.com/read/233862/14130929

pas comfunc.pas

unit comFunc; interface const C1 = 52845; C2 = 22719; function Encrypt(const S: String; Key: Word): String; function Decrypt(const S: String; Key: Word): String; function isMoney(s:stri
www.eeworm.com/read/232520/14193352

c test_cfb1.c

/* * test_cbc - simple program to run encrypt & decrypt LOKI97 CFB1 test triples * * written by Lawrie Brown / May 1998 */ #include "loki97.h" /* local func prototypes */ static BYTE *charToBYTE
www.eeworm.com/read/230747/14276502

inc rc4.inc

comment * Algorithm : RC4 ( Stream Cipher ) Usage : invoke rc4_setkey,addr ptrInkey,addr ptrInkey_length invoke rc4_crypt,addr ptrIndata,addr ptrIndata_length ( Encrypt & Decrypt )