代码搜索:Encrypt

找到约 3,742 项符合「Encrypt」的源代码

代码结果 3,742
www.eeworm.com/read/169278/9870560

c cbc.c

/* crypto/des/destest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/169087/9881206

h crypto.h

#ifndef CRYPTO_H #define CRYPTO_H void md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac); void md4(const u8 *addr, size_t len, u8 *mac); void des_encrypt(const u8 *clear, cons
www.eeworm.com/read/167487/9967685

cpp ecc_samle.cpp

/* 公钥加密解密演示。使用前 #include 核心函数ecc_private_encrypt,ecc_public_decrypt为Rinick基于tomcrypt而编写 不是tomcrypt原始内容,但已编译在lib中(见源文件ecc_sys.c) 拥有密钥的人可以加密解密 拥有公钥的人只能解密,不能加密
www.eeworm.com/read/165417/10063436

h des.h

/* DES.H - header file for DESC.C */ #ifndef _DES_H_ #define _DES_H_ 1 #ifdef __cplusplus extern "C" { #endif typedef struct { UINT4 subkeys[32]; /* s
www.eeworm.com/read/424223/10479178

h aestst.h

// I retain copyright in this code but I encourage its free use provided // that I don't carry any responsibility for the results. I am especially // happy to see it used in free and open source
www.eeworm.com/read/277211/10654168

diff loop.c-2.0.diff

--- loop.c-2.0.original Sun Nov 15 20:32:52 1998 +++ patched-loop.c Fri Oct 31 16:08:00 2003 @@ -34,7 +34,7 @@ #include #endif -#include /* must follow des.h */ +#in
www.eeworm.com/read/140309/13089003

h des.h

/**********************************************************************/ /* 安 全 验 证 服 务 客 户 端 (Unix) */ /*
www.eeworm.com/read/241366/13150302

sql cr_accounts.sql

create table accounts ( acc_no number not null, first_name varchar2(30) not null, last_name varchar2(30) not null, SSN varchar2(9) ENCRYPT USING
www.eeworm.com/read/138797/13212563

h aes_tst.h

// I retain copyright in this code but I encourage its free use provided // that I don't carry any responsibility for the results. I am especially // happy to see it used in free and open source
www.eeworm.com/read/320439/13427249

h des.h

/* DES.H - header file for DESC.C */ #ifndef _DES_H_ #define _DES_H_ 1 #ifdef __cplusplus extern "C" { #endif typedef struct { UINT4 subkeys[32];