代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/416653/11018620
h dcic32.h
extern "C"
{
//des slgorythm.
__int16 __stdcall IC_Encrypt( char *key,char *ptrSource, unsigned __int16 msgLen, char *ptrDest);
__int16 __stdcall IC_Decrypt( char *key,char *ptrSource, u
www.eeworm.com/read/467948/6997134
c enc_parallel1.c
#include
#include
#include
int* encrypt(char data,char data1,int key[]); // this function takes 2 charecters and encrypts them using key to return 2 integers
char* decrypt
www.eeworm.com/read/455327/7373328
h ydes.h
#if !defined _YDESH_
#define _YDESH_
#include "stdafx.h"
#define TEXT_MAX 1024
typedef bool (*PSubKey)[16][48];
enum {ENCRYPT,DECRYPT};
static bool SubKey[2][16][48];// 16圈子密钥
stati
www.eeworm.com/read/452196/7446178
h kernel.h
#include
#include
#define ENCRYPT 1
#define DECRYPT 0
// 16 sub keys
static bool SubKey[16][48];
// Permuted Choice 1 (PC-1)
const static char PC1_Table[56] =
{
57,
www.eeworm.com/read/324308/13273143
asm lemming.asm
.286
.model tiny
.code
virus_size equ vir_end - start
virus_siz equ virus_size + virus_size
decrypt_size equ handle - next_function
data_size equ vi
www.eeworm.com/read/311758/13626651
~pas u_crypt.~pas
unit U_crypt;
interface
uses classes;
const
C1=52845;
C2=22719;
function Encrypt(s:string;key:word):string;
function Decrypt(s:string;key:word):string;
implementation
function encrypt(s:s
www.eeworm.com/read/311758/13626688
pas u_crypt.pas
unit U_crypt;
interface
uses classes;
const
C1=52845;
C2=22719;
function Encrypt(s:string;key:word):string;
function Decrypt(s:string;key:word):string;
implementation
function encrypt(s:s
www.eeworm.com/read/150726/5689635
def warpdll.def
LIBRARY warpdll
EXPORTS
ThreadEncrypt
ThreadDecrypt
Encrypt
Decrypt
ENC
DEC
Version
IsWeakKey
Gen_S_Box
Init_S_Box
Reset_S_Box
Drop_S_Box
Init_ENC_Subkeys
Init_DEC_Subkeys