代码搜索:Decrypt

找到约 1,475 项符合「Decrypt」的源代码

代码结果 1,475
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/482531/6617364

txt zjcx.txt

#include #include #include "decrypt.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/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 )
www.eeworm.com/read/114602/15046374

man des.man

.TH DES 1 .SH NAME des - encrypt or decrypt data using Data Encryption Standard .SH SYNOPSIS .B des ( .B \-e | .B \-E ) | ( .B \-d | .B \-D ) | ( .B \-\fR[\fPcC\fR][\fPckname\fR]\fP )
www.eeworm.com/read/208919/15230892

ion descript.ion

crypter.exe encrypting utility for encrypting files and decrypt then using pswd.exe Descript.ion /cat/root pswd.exe non-optimized version of password cracker pswd.optimized.exe optimized version of
www.eeworm.com/read/460593/1560029

h aes.h

/** * \file aes.h */ #ifndef XYSSL_AES_H #define XYSSL_AES_H #define AES_ENCRYPT 1 #define AES_DECRYPT 0 /** * \brief AES context structure */ typedef struct { int nr;
www.eeworm.com/read/460593/1560042

h des.h

/** * \file des.h */ #ifndef XYSSL_DES_H #define XYSSL_DES_H #define DES_ENCRYPT 1 #define DES_DECRYPT 0 /** * \brief DES context structure */ typedef struct { int mode;