代码搜索:Encryption

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

代码结果 4,642
www.eeworm.com/read/485769/1258999

h rsa_draft.h

// This is a draft version of RSA encryption // Improved by sanicle,2006.1 // 3mn@3mn.net #include "vlong.h" class public_key { public: vlong m,e; vlong encrypt( const vlong& plain );
www.eeworm.com/read/483707/1275695

cpp codecext.cpp

#ifndef SQLITE_OMIT_DISKIO #ifdef SQLITE_HAS_CODEC #include "codec.h" extern "C" void sqlite3_activate_see(const char *info) { } // Free the encryption data structure associated with a pa
www.eeworm.com/read/482526/1288034

h rsa_draft.h

// This is a draft version of RSA encryption // Improved by sanicle,2006.1 // 3mn@3mn.net #include "vlong.h" class public_key { public: vlong m,e; vlong encrypt( const vlong& plain );
www.eeworm.com/read/201813/5056669

txt tech0006.txt

Tech Note 0006 PK Standards Compliance Tom St Denis RSA ---- PKCS #1 compliance. Key Format: RSAPublicKey and RSAPrivateKey as per PKCS #1 v2.1 Encryption: OAEP as per PKCS #1 Signature : PSS a
www.eeworm.com/read/313170/3645178

c crypt.c

/* crypt.c (dummy version) -- do not perform encryption * Hardly worth copyrighting :-) */ #ifdef RCSID static char rcsid[] = "$Id: crypt.c,v 0.6 1993/03/22 09:48:47 jloup Exp $"; #endif
www.eeworm.com/read/307266/3726176

cpp ibe_setx.cpp

/* Boneh & Franklin's Identity Based Encryption y^2=x^3+x version Set-up phase After this program has run the file commonx.ibe contains
www.eeworm.com/read/307266/3726528

cpp ibe_setx.cpp

/* Boneh & Franklin's Identity Based Encryption y^2=x^3+x version Set-up phase After this program has run the file commonx.ibe contains
www.eeworm.com/read/304961/3783336

txt _notes.txt

IN THE ENCRYPTION KERNEL DRIVER, THE FOLLOWING CHANGE IS REQUIRED: in twofish.c: change: //#define sbox(i, x) ((ulong32)SBOX[i][(x)&255]) #define sbox(i, x) ((unsigned char)SBOX[i][(x)&255])
www.eeworm.com/read/287127/4026527

h pgpconvmod.h

/* * pgpConvMod.h -- Conventional Encryption Module * * Written By: Derek Atkins * * $Id: pgpConvMod.h,v 1.9 1997/06/25 19:39:59 lloyd Exp $ */ #ifndef Included_pgpCon
www.eeworm.com/read/287127/4026719

h pgpconvkey.h

/* * pgpConvKey.h -- Conventional Encryption Keys for PGP * * Written By: Derek Atkins * * $Id: pgpConvKey.h,v 1.6 1997/07/29 20:31:01 lloyd Exp $ */ #ifndef Included_