代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/161812/10371165
c des.c
/*
#ifndef __WIN95__
#include
#else
#include
#endif
*/
#include "bc_des.h"
#include "des_tbl.h"
// DES ECB encryption code
extern DWORD SP_boxes[8][64];
extern DWORD KeyPerm[8
www.eeworm.com/read/422959/10598870
c aestable.c
// advanced encryption standard
// author: karl malbrain, malbrain@yahoo.com
#include
#include
#include "aestable.h"
uchar Sbox[256] = { // forward s-box
0x63, 0x7c, 0
www.eeworm.com/read/422959/10598978
c aestable.c
// advanced encryption standard
// author: karl malbrain, malbrain@yahoo.com
#include
#include
#include "aestable.h"
uchar Sbox[256] = { // forward s-box
0x63, 0x7c, 0
www.eeworm.com/read/439077/7717151
c aestable.c
// advanced encryption standard
// author: karl malbrain, malbrain@yahoo.com
#include
#include
#include "aestable.h"
uchar Sbox[256] = { // forward s-box
0x63, 0x7c, 0
www.eeworm.com/read/329744/12936205
frm encrypt.frm
VERSION 5.00
Object = "{75D4F6FF-8785-11D3-93AD-0000832EF44D}#1.1#0"; "FAST2005.ocx"
Begin VB.Form frmEncrypt
BorderStyle = 3 'Fixed Dialog
Caption = "Encryption"
Clien
www.eeworm.com/read/403922/11506277
html function.gnupg-clearencryptkeys.html
Removes all keys which were set for encryption before
www.eeworm.com/read/226829/4780041
h aes.h
#ifndef _H_AESENCRYPTION
#define _H_AESENCRYPTION
#include "global.h"
void epa_encryption(uint8 *pENData, uint16 length, Time timestamp);
void epa_decryption(uint8 *pENData, uint16 length, Tim
www.eeworm.com/read/216502/4890740
password
.\" tbl mm ^ eqn ^ troff -ms
.EQ
delim $$
.EN
.RP
....TM 78-1271-5 39199 39199-11
.ND April 3, 1978
.TL
Password Security:
A Case History
.OK
Encryption
Computing
.AU "MH 2C-524" 3878
Robert Morris
.A
www.eeworm.com/read/209211/4982613
c des.c
#include
/*
* Data Encryption Standard
* D.P.Mitchell 83/06/08.
*
* block_cipher(key, block, decrypting)
*/
static long ip_low(char [8]);
static long ip_high(char [8]);
static void f
www.eeworm.com/read/287127/4027823
bat pgpsym.bat
SET SOURCE=C:\SOURCE\LIBS\PFL\COMMON
SET SOURCE=C:\SOURCE\CLIENTS\DISK\WIN32\SHARED;%SOURCE%
SET SOURCE=C:\SOURCE\CLIENTS\DISK\WIN32\ENCRYPTION;%SOURCE%
SET SOURCE=C:\SOURCE\CLIENTS\DISK\WIN32\PGPD