代码搜索:Encrypt

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

代码结果 3,742
www.eeworm.com/read/284294/8948934

pas modifyform.pas

unit ModifyForm; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ComCtrls, Grids, DBGrids, Db, ADODB, StdCtrls, Buttons, OleCtrls, MSCommLib_TLB
www.eeworm.com/read/282424/9095447

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // encrypt.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h
www.eeworm.com/read/381260/9100007

c kaiser1.c

#include int gcd(int a ,int b) /*求两数的最大公约数,返回值为最大公约数*/ { int t; t=a; while(!((a%t==0)&&(b%t==0))) t--; return t; } int inv(int a) /* 求一个数的模逆元,若返回为0表示该数没有模逆元*/ { int
www.eeworm.com/read/183782/9138612

asp conn.asp

www.eeworm.com/read/379847/9174206

h rsa.h

#pragma once #include "BigInt.h" class CRsa { public: CRsa(); ~CRsa(); void getkeys(CBigInt& n,CBigInt& e,CBigInt& d); CBigInt encrypt(CBigInt& m,CBigInt& n,CBigInt& e); CBigInt decrypt(
www.eeworm.com/read/379604/9192227

asm asm_demo.asm

; ASM_DEMO.ASM ; Assembler Test- and Demoprogram of the Compatibility ; (c)1996 Cedric Reinartz ; Simple programm which encrypts testdata and compares them with the ; value
www.eeworm.com/read/378781/9216419

h zldes.h

////////////////////////////////////////////////////////////////////////// enum {ENCRYPT,DECRYPT}; //enum bool{false,true}; // if bool is not supported,use this or just replace with char
www.eeworm.com/read/181893/9232351

txt aes.txt

An AES (Rijndael) Implementation in C/C++ (as specified in FIPS-197) -------------------------------------------------------------------- This code implements AES for both 32 and 64 bit systems
www.eeworm.com/read/181105/9274186

pas crypt.pas

unit crypt; interface USES Classes; const C1 = 52845; C2 = 22719; function Encrypt( S: String; Key: Word): String; implementation function Encrypt( S: String; Key: Word)
www.eeworm.com/read/179283/9361669

pas md5form.pas

{########################################## 旁注入侵专用程序 3.0升级版 ----------------------------------------- 模块:MD5散列加密 作者:2005.3.26日晚 明小子 ##########################################} u