代码搜索:Encryption

找到约 4,642 项符合「Encryption」的源代码

代码结果 4,642
www.eeworm.com/read/130382/5957409

h pgpencpipe.h

/* * pgpEncPipe.h -- setup the Encryption Pipeline, given a set of arguments * from the UI. This will setup a pipeline, or return NULL if there is * any error along the way. * * Written by:
www.eeworm.com/read/126933/6010354

gcc makefile.gcc

# Makefile for Zip, ZipCloak, ZipNote and ZipSplit for # djgcc 1.08 CRYPTO= CLOAK= CRFLAG= # *** For encryption version, remove the # at the front of next 3 lines *** #CRYPTO=crypt.o #CLOA
www.eeworm.com/read/494289/6381693

cpp ibe_dec.cpp

/* Boneh & Franklin's Identity Based Encryption Decryption phase Decrypts a file .ibe Finds the session key by IBE decrypting the file .key Uses this sessio
www.eeworm.com/read/494289/6381806

cpp pal_enc.cpp

/* * PAL_ENC.CPP * * Paillier Homomorphic Encryption * See "Public key Cryptosystems based on Composite Degree Residue Classes", * Eurocrypt 1999 * * NOTE: - This PK scheme is "Homomorp
www.eeworm.com/read/489772/6469415

pas umain.pas

unit uMain; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons, ExtCtrls, DECHash, DECFmt {Delphi Encryption Compendium (D
www.eeworm.com/read/486345/6540246

m aes_demo.m

%AES_DEMO Demonstration of AES-components. % % AES_DEMO % runs a demonstration of all components of % the Advanced Encryption Standard (AES) toolbox. % % In the initialization step the
www.eeworm.com/read/405202/11470054

pas lbcipher.pas

{$I LockBox.inc} unit LbCipher; {-private key encryption/decryption primitives} interface uses {$IFDEF MSWINDOWS} Windows, {$ENDIF} {$IFDEF UsingCLX} Types, {$ENDIF} Classes;
www.eeworm.com/read/405202/11470093

pas lbasym.pas

{$I LockBox.inc} unit LbAsym; {-Asymmetric key encryption classes} interface uses Classes, SysUtils, LbBigInt, LbClass, LbConst; type pByte = ^Byte; type TLbAsymKeySize = (a
www.eeworm.com/read/405202/11470094

pas lbrsa.pas

{$I LockBox.inc} unit LbRSA; {-RSA encryption and signature components, classes, and routines} interface uses {$IFDEF MSWINDOWS} Windows, {$ENDIF} {$IFDEF UsingCLX} Types, {$ENDI
www.eeworm.com/read/156908/11753485

cpp ibe_dec.cpp

/* Boneh & Franklin's Identity Based Encryption Decryption phase Decrypts a file .ibe Finds the session key by IBE decrypting the file .key Uses this sessio