代码搜索:Encrypt

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

代码结果 3,742
www.eeworm.com/read/355697/3049179

pl cbc.pl

#!/usr/local/bin/perl # void des_ncbc_encrypt(input, output, length, schedule, ivec, enc) # des_cblock (*input); # des_cblock (*output); # long length; # des_key_schedule schedule; # des_cblock (*ive
www.eeworm.com/read/255218/4378946

h lmsvc.h

#ifndef _LMSVC_H #define _LMSVC_H #if __GNUC__ >=3 #pragma GCC system_header #endif #ifdef __cplusplus extern "C" { #endif #include #define SERVICE_DOS_ENCRYPTION TEXT("ENCRYPT") #define
www.eeworm.com/read/160303/5572696

pl cbc.pl

#!/usr/local/bin/perl # void des_ncbc_encrypt(input, output, length, schedule, ivec, enc) # des_cblock (*input); # des_cblock (*output); # long length; # des_key_schedule schedule; # des_cblock (*ive
www.eeworm.com/read/472556/6870062

c des.c

#include #include #include typedef signed char bool; static bool SubKey[16][48]; typedef enum {ENCRYPT, DECRYPT} Operation; const static char PC1_Table[5
www.eeworm.com/read/472556/6870075

cpp des.cpp

#include #include #include #include #include //加解密标记 #define ENCRYPT 1 #define DECRYPT 0 static bool SubKey[16][48]; ///////////////////
www.eeworm.com/read/394067/8249805

_verilog_hintfile

#OPTIONS:"|-bldtbl|-primux|-fixsmult|-sdff_counter|-infer_seqShift|-nram|-divnmod|-autosm|-fid2|-sharing|on|-encrypt|-ui|-lite|-pro|-ram|-ignore_undefined_lib|-ll|2000|-lib|work|-lib|work" #CUR:"d:\\
www.eeworm.com/read/147748/12522568

h des.h

#ifndef DES_H #define DES_H #include "DataTrans.h" #define ENCRYPT 1 #define DECRYPT 2 class DES { public: DES(); virtual ~DES(); void _Des3(char cyyp_decrypt, uchar *PlainText,
www.eeworm.com/read/132487/14088572

h rsa.h

#ifndef __RSA_H__ #define __RSA_H__ #include "vlong.h" class public_key { public: vlong m,e; vlong encrypt( const vlong& plain ); // Requires 0
www.eeworm.com/read/110479/15532974

txt des.txt

这是 UNIX 的 encrypt 程序, 凡是有中文的地方都是一段程序的 开始! //-------------- 这是 CRYPT.C --------------------------------- /* * UFC-crypt: ultra fast crypt(3) implementation * * Copyright (C) 1991, 1992, M
www.eeworm.com/read/106974/15615740

cpp enigma.cpp

#ifndef _enigma_ #define _enigma_ # include "inout.cpp" # include "disk.cpp" void send_to_array_e(char); void send_to_array_d(char); void encrypt(char []); void decrypt(char []); void encr