代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/354521/3077597
in makefile.in
#
# priv/encrypt/
#
# $Id: Makefile.in,v 1.2 1999/08/30 06:28:33 hal Exp $
#
OBJS= pgpEncode.o pgpEvent.o pgpEncSubr.o pgpDecode.o pgpClientEncode.o \
pgpClientKeyDB.o
PRIVHDRS= pgpEventPriv
www.eeworm.com/read/426781/6789880
h aes.h
#ifndef HEADER_AES_H
#define HEADER_AES_H
/*
#ifdef OPENSSL_NO_AES
#error AES is disabled.
#endif
*/
#define AES_ENCRYPT 1
#define AES_DECRYPT 0
/* Because array size can't be a const i
www.eeworm.com/read/474482/6810147
h lssproto_util.h
#ifndef _LSSPROTOUTIL_H_
#define _LSSPROTOUTIL_H_
#include
#include
#ifndef WIN32
#include
#include
#endif
//#define lssproto__ENCRYPT
#define lssproto__NO
www.eeworm.com/read/394258/8240210
c main3.c
#define DEBUG 1
/* Encrypt/decrypt with triple DES */
#include
#include "des.h"
#include "md5.h"
void gethex(char *result,char *cp,int cnt);
void memxor(char *,char *,int);
int doencrypt(DE
www.eeworm.com/read/100036/15460980
version
Release apon comp.sources.misc
Version 3.01 08/10/93
Added des_3cbc_encrypt()
Version 3.00 07/10/93
Fixed up documentation.
quad_cksum definitly compatable with MIT's now.
Versio
www.eeworm.com/read/287029/8731451
asm rc2.asm
; data = 8 (64-bit)
; keylen = 1..128
;
.686
.model flat,stdcall
option casemap:none
RC2Init proto :DWORD,:DWORD
RC2Encrypt proto :DWORD,:DWORD
RC2Decrypt proto :DWORD,:DWORD
.data
al
www.eeworm.com/read/417223/10999738
cpp base64.cpp
#include "base64.hpp"
#define BASE64_PAD64 '='
using namespace Base64ENCRYPT;
char base64_alphabet[] =
{
'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I',
'J', 'K', 'L', 'M', 'N', 'O', 'P',
www.eeworm.com/read/443031/7639289
cpp crypt.cpp
// name: Crypt.cpp
// This prog is used to encrypt/decrypt C/C++ API for sqlite3 .
// data : 2009/01/15
#include
#include
#include "string.h"
#include "sqlite3.h"
#defin
www.eeworm.com/read/297079/8054505
h ntsecapi.h
#ifndef _NTSECAPI_H
#define _NTSECAPI_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#define KERB_WRAP_NO_ENCRYPT 0x80000001
#define LOGON_GUEST 1
#define