代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/185560/9032025
frm frmkrypt.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form frmkrypt
BorderStyle = 3 'Fixed Dialog
Caption = "Encrypt / Decrypt Files
www.eeworm.com/read/363152/9966295
cpp cipher.cpp
//维吉尼亚加密算法
#include"stdio.h"
#include"ctype.h"
#include"string.h"
#include"stdlib.h"
#define LEN 2000
char * Vigenere_encrypt(char k[],char plain[]); //维吉尼亚加密函数声明
char * Vigenere_decrypt(char
www.eeworm.com/read/241366/13150238
sql get_enc_val_1.sql
CREATE OR REPLACE FUNCTION get_enc_val (p_in_val IN VARCHAR2, p_key IN VARCHAR2)
RETURN VARCHAR2
IS
l_enc_val VARCHAR2 (200);
BEGIN
l_enc_val :=
DBMS_OBFUSCATION_TOOLKIT.des3encrypt (
www.eeworm.com/read/101986/6235035
c des3_func.c
// File: des3_func.c
//
#include
#include
#include
#include
#include
#include "pkcs11types.h"
#include "regress.h"
//
//
int do_Encrypt3DES
www.eeworm.com/read/209211/4984134
c aescbc.c
/* encrypt file by writing
v2hdr,
16byte initialization vector,
AES-CBC(key, random | file),
HMAC_SHA1(md5(key), AES-CBC(random | file))
*/
#include
#include
#include
#in
www.eeworm.com/read/314660/3630254
so remote.so
m4_comment([$Id: remote.so,v 11.12 2005/06/24 05:04:09 mjc Exp $])
m4_ref_title(Environment,
Remote filesystems,
[remote @filesystems, NFS problems], env/encrypt, env/faq)
m4_p([dnl
When m4_
www.eeworm.com/read/431110/1910663
c serpent_cbc.c
#ifdef __KERNEL__
#include
#else
#include
#endif
#include "serpent_cbc.h"
#include "cbc_generic.h"
CBC_IMPL_BLK16(serpent_cbc_encrypt, serpent_context, u_int8_t *, serpen
www.eeworm.com/read/431110/1910703
c twofish_cbc.c
#ifdef __KERNEL__
#include
#else
#include
#endif
#include "twofish_cbc.h"
#include "cbc_generic.h"
CBC_IMPL_BLK16(twofish_cbc_encrypt, twofish_context, u_int8_t *, twofis
www.eeworm.com/read/472556/6870067
cpp des.cpp
#include
#include
#include
#include
#include
//加解密标记
#define ENCRYPT 1
#define DECRYPT 0
static bool SubKey[16][48];
//初始置换表IP
//置换选择1
c
www.eeworm.com/read/104561/15689887
frm frmkrypt.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form frmkrypt
BorderStyle = 3 'Fixed Dialog
Caption = "Encrypt / Decrypt Files