代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/131980/14117748
mingw makefile.mingw
#
# Makefile.mingw
#
# Description: Makefile for encrypt plugin.
#
#
# PATHS
#
GTK_TOP := ../../../win32-dev/gtk_2_0
GAIM_TOP := ../..
GE_TOP := .
GAIM_INSTALL_DIR := $(GAIM_TOP)/win32-install-di
www.eeworm.com/read/394258/8240208
c main.c
/* Encrypt/decrypt command backward compatible with Sun's "des" command */
#include
#include "des.h"
char iv[8]; /* Initial vector for CBC mode */
int block;
DES_KS ks;
DES3_ks ks3;
main(a
www.eeworm.com/read/368096/9711988
c main.c
#include
#include
#include
#include
#include
void tEVP_Encrypt()
{
unsigned char key[EVP_MAX_KEY_LENGTH]; //密钥
unsigned ch
www.eeworm.com/read/300129/13933746
h dcic32.h
extern "C"
{
//a sample for you to use.
__int16 __stdcall add_s(__int16 i);
//des slgorythm.
__int16 __stdcall IC_Encrypt( char *key,char *ptrSource, unsigned __int16 msgLen, char *ptrDes
www.eeworm.com/read/247251/12670849
h scan_evalue.h
///Scan_EValue.h ////
#ifndef _SCAN_ERROR_VALUE
#define _SCAN_ERROR_VALUE
#define INIT_SUCCEED 0 //初始化成功
#define LOAD_KNERL_MODULE_FAIL -101 //加载核心模块失败
#defin
www.eeworm.com/read/388823/8573407
c rsautl.c
#ifndef OPENSSL_NO_RSA
#include "apps.h"
#include
#include
#include
#define RSA_SIGN 1
#define RSA_VERIFY 2
#define RSA_ENCRYPT 3
#define RSA
www.eeworm.com/read/381268/9099914
c caesar.c
#include
#include
char encrypt(char ch,int n)/*加密函数,把字符向右循环移位n*/
{
while(ch>='A'&&ch='a'&&ch
www.eeworm.com/read/112312/7812397
vbw family-v2.vbw
frmProfile = 66, 66, 373, 412, C, 88, 88, 395, 434, C
Encrypt = 132, 132, 439, 478, C
frmSearch = 44, 44, 351, 390, C, 110, 110, 417, 456, C
frmLinks = 132, 132, 439, 478, C, 132, 132, 439, 478, C
www.eeworm.com/read/403922/11501213
html function.mcrypt-ecb.html
Deprecated: Encrypt/decrypt data in ECB mode
www.eeworm.com/read/130965/14165371
changelog
2002-09-13 Sergey Poznyakoff
* arpa/telnet.h: Added AUTH_ENCRYPT_ defines
2002-05-14 Sergey Poznyakoff
* crypt.h: Checks for HAVE_DECL vari