代码搜索:Encryption

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

代码结果 4,642
www.eeworm.com/read/146635/12629375

cpp diamond.cpp

// diamond.cpp - modified by Wei Dai from: /* diamond2.c - Encryption designed to exceed DES in security. This file and the Diamond2 and Diamond2 Lite Block Ciphers described herein are her
www.eeworm.com/read/238196/13902912

c encrypt.c

/* frontend to IBE_encrypt() in ibe_lib.cc * (performs encryption) * Ben Lynn */ /* Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu) See LICENSE for license */ #include #inclu
www.eeworm.com/read/237714/13935483

c aestable.c

// advanced encryption standard // author: karl malbrain, malbrain@yahoo.com typedef unsigned char uchar; #include #include // AES only supports Nb=4 #define Nb 4 //
www.eeworm.com/read/133019/14057711

cpp diamond.cpp

// diamond.cpp - modified by Wei Dai from: /* diamond2.c - Encryption designed to exceed DES in security. This file and the Diamond2 and Diamond2 Lite Block Ciphers described herein are her
www.eeworm.com/read/103854/15459629

bas megamail.bas

Attribute VB_Name = "Mail21" ' StealthMail 2.1/RTF (High security version) ' CBC mode E-mail/file encryption program ' Copyright Patterson Programming, 1996-1999 ' Contains registered material
www.eeworm.com/read/111552/15510061

s des386.s

/* DES386.S - Data Encryption Standard routines for RSAEURO Copyright (c) J.S.A.Kapp 1994 - 1996. RSAEURO - RSA Library compatible with RSAREF(tm) 2.0. All functions prototypes ar
www.eeworm.com/read/111545/15510252

cpp diamond.cpp

// diamond.cpp - modified by Wei Dai from: /* diamond2.c - Encryption designed to exceed DES in security. This file and the Diamond2 and Diamond2 Lite Block Ciphers described herein are her
www.eeworm.com/read/109898/15546070

asm des486.asm

comment | asm code for the Data Encryption Standard (DES) algorithm. THIS CODE REQUIRES A 486 TO RUN. Uses BSWAP, a 486-specific instruction. Assembles with Turbo Assembler (I use v.2.5). By S
www.eeworm.com/read/107133/15612395

h blowfish.h

#ifndef _CBLOWFISH_H_ #define _CBLOWFISH_H_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // blowfish.h interface file for blowfish.cpp // _THE BLOWFISH ENCRYPTION ALGORITHM
www.eeworm.com/read/101225/15841015

cpp diamond.cpp

// diamond.cpp - modified by Wei Dai from: /* diamond2.c - Encryption designed to exceed DES in security. This file and the Diamond2 and Diamond2 Lite Block Ciphers described herein are her