代码搜索:Encrypt

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

代码结果 3,742
www.eeworm.com/read/175303/9553127

dpr exelock.dpr

program ExeLock; uses Forms, Main in 'Main.pas' {frm_Main}, Encrypt_Base64 in 'Encrypt_Base64.pas', Compress_LH5 in 'Compress_LH5.pas', Func in 'Func.pas', Preview in 'Preview.pas
www.eeworm.com/read/175303/9553165

dpr passdialog.dpr

program PassDialog; uses Forms, Dialog in 'Dialog.pas' {Form1}, Encrypt_Base64 in 'Encrypt_Base64.pas', Compress_LH5 in 'Compress_LH5.pas'; {$R *.RES} begin Application.Initial
www.eeworm.com/read/160163/10562134

c noekeon.c

/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The librar
www.eeworm.com/read/423301/10573305

cpp main.cpp

#include #include "kasumi.h" void main() { printf("请选择1或者2\n"); printf("1.需要加密\n"); printf("2.需要解密\n"); int x; scanf("%d",&x); if (x == 1) { printf("请输入需要加密的数据(格
www.eeworm.com/read/142732/12928929

htm oracle开发技巧-12.htm

ORACLE应用经验(4)-加密程序 -------------1. 加密程序数据库触发子scjmmm--------------
www.eeworm.com/read/141082/13044691

test des.test

# Test vectors for DES Electronic Code Book (ECB) # implementation, derived from: # "Validating the Correctness of Hardware # Implementations of the NBS Data Encryption Standard" # NBS Special
www.eeworm.com/read/324377/13266611

dpr exelock.dpr

program ExeLock; uses Forms, Main in 'Main.pas' {frm_Main}, Encrypt_Base64 in 'Encrypt_Base64.pas', Compress_LH5 in 'Compress_LH5.pas', Func in 'Func.pas', Preview in 'Preview.pas
www.eeworm.com/read/324377/13266719

dpr passdialog.dpr

program PassDialog; uses Forms, Dialog in 'Dialog.pas' {Form1}, Encrypt_Base64 in 'Encrypt_Base64.pas', Compress_LH5 in 'Compress_LH5.pas'; {$R *.RES} begin Application.Initial
www.eeworm.com/read/322529/13377723

8 changelog-0.8

v0.8: 2004-12-13 - Grant Parnell (grant@everythinglinux.com.au) find a memleak in mysql_auth - fixed. - today my son is 1 year old! :) v0.7: - changed mysql_connet() to mysql_re
www.eeworm.com/read/321614/13402461

h des.h

#define EN0 0 /* MODE == encrypt */ #define DE1 1 /* MODE == decrypt */ typedef struct { unsigned char Keyword[8]; }DESPASSWORD; extern xdata DESPASSWORD key; void