代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/101849/15800541
h wjcdes.h
//////////////////////////////////////////////////////////////////////////
/*
Provided by 王俊川, Northeastern University (www.neu.edu.cn)
Email: blackdrn@sohu.com
This product is free for u
www.eeworm.com/read/100511/15873009
txt crypt3.txt
#include
using namespace std;
void encrypter();
void decrypter();
char orig[100], encrypt[100], decrypt[100];
int pointer, length;
int main (void)
{
char name[30];
www.eeworm.com/read/100478/15873346
dat usage.dat
Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives:
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To sign a file usin
www.eeworm.com/read/140582/5785325
h aes_cbc.h
/* Glue header */
#include "aes.h"
int AES_set_key(aes_context *aes_ctx, const u_int8_t * key, int keysize);
int AES_cbc_encrypt(aes_context *ctx, const u_int8_t * in, u_int8_t * out, int ilen, const
www.eeworm.com/read/125279/6032055
h aes_cbc.h
/* Glue header */
#include "aes.h"
int AES_set_key(aes_context *aes_ctx, const u_int8_t * key, int keysize);
int AES_cbc_encrypt(aes_context *ctx, const u_int8_t * in, u_int8_t * out, int ilen, const
www.eeworm.com/read/493499/6394535
cpp des.cpp
/* --------------------- DES functions ------------------------------ */
#include
#include
#include
#include "des.h"
static const unsigned char odd_parity[256] =
www.eeworm.com/read/131975/14118056
win makefile.win
# Project: encrypt
# Makefile created by Dev-C++ 4.9.9.2
CPP = g++.exe -D__DEBUG__
CC = gcc.exe -D__DEBUG__
WINDRES = windres.exe
RES = encrypt_private.res
OBJ = encrypt.o $(RES)
LINKOBJ
www.eeworm.com/read/160303/5572726
h aes_cbc.h
/* Glue header */
#include "aes.h"
int AES_set_key(aes_context *aes_ctx, const u_int8_t * key, int keysize);
int AES_cbc_encrypt(aes_context *ctx, const u_int8_t * in, u_int8_t * out, int ilen, const
www.eeworm.com/read/241366/13150228
sql get_enc_val_6.sql
CREATE OR REPLACE FUNCTION get_enc_val (
p_in_val IN VARCHAR2,
p_key IN VARCHAR2,
p_algorithm IN VARCHAR2 := 'AES128',
p_iv IN VARCHAR2 := NULL
)
R
www.eeworm.com/read/100053/15887050
cpp vbakey.cpp
#include
#include
#include
#pragma hdrstop
#include
#define BLOCK_SIZE 32768
//-------------------------------------------------------------------