代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/109309/15559584
c arjsec_h.c
/*
* $Id: arjsec_h.c,v 1.5 2003/05/07 18:55:51 andrew_belov Exp $
* ---------------------------------------------------------------------------
* The high-level ARJ-security envelope verification
www.eeworm.com/read/109296/15559836
c arjsec_h.c
/*
* $Id: arjsec_h.c,v 1.5 2003/05/07 18:55:51 andrew_belov Exp $
* ---------------------------------------------------------------------------
* The high-level ARJ-security envelope verification
www.eeworm.com/read/383736/8922505
cpp encryptutils.cpp
/*!< EncryptUtils头文件 */
#include "EncryptUtils.h"
/*!< 加密算法头文件 */
extern "C"
{
#include "encrypt\md5.h"
#include "encrypt\des.h"
#include "encrypt\des_b.h"
}
#include "encrypt\base64.h"
www.eeworm.com/read/185072/9058063
cpp hill.cpp
#include
void encrypt2(void);
void decrypt2(void);
void encrypt3(void);
void decrypt3(void);
void frequency(void);
void main(){
encrypt2();
decrypt2();
encrypt3();
decrypt3();
www.eeworm.com/read/288780/8608470
h des.h
#ifndef __DES_H__
#define __DES_H__
#define ID_OK 0
#define RE_LEN 1
typedef unsigned short int UINT2;
typedef unsigned long int UINT4;
typedef struct {
UINT4 subkeys[32];
www.eeworm.com/read/285761/8818797
h mars.h
#ifndef MARS_H
#define MARS_H
#include "std_defs2.h"
#include
using namespace std;
class mars : public AES
{
private:
u4byte l_key[40];
void set_key(const u1byte key[], const
www.eeworm.com/read/427863/8916040
h twofish.h
#include "types.h"
typedef struct {
u32 s[4][256], w[8], k[32];
} TWOFISH_context;
int twofish_setkey (void *ctx, const byte *key, unsigned int keylen);
void twofish_encrypt (void *ctx, by
www.eeworm.com/read/282424/9095443
scc mssccprj.scc
SCC = This is a Source Code Control file
[encrypt.dsp]
SCC_Aux_Path = "\\10.11.88.88\user\network_inspector"
SCC_Project_Name = "$/trojan/控制台/BackDoorAgent9.6/断点续传(记忆版)2007.3.15/encrypt", PKBAAAA
www.eeworm.com/read/183822/9136280
h ecrypt-sync-ae.h
/* ecrypt-sync-ae.h */
/*
* Header file for synchronous stream ciphers with authentication
* mechanism.
*
* *** Please only edit parts marked with "[edit]". ***
*/
#ifndef ECRYPT_SYNC_AE
#de
www.eeworm.com/read/375280/9365514
c sb_bar.c
//**************************************************************************
//**
//** sb_bar.c : Heretic 2 : Raven Software, Corp.
//**
//** $RCSfile: sb_bar.c,v $
//** $Revision: 1.94 $
//** $Date: