代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/296483/8100486
cpp tdes.cpp
// tdes.cc
// test DES functions
// copyright SafeTP Development Group, Inc., 2000 Terms of use are as specified in license.txt
#include "des.h" // TripleDES_{Encryption,Decryption}
#include
www.eeworm.com/read/243761/12919023
txt cb4111宏病毒.txt
This bug uses semi encryption with a whole routine!
After infection and closure of W97 the de-encrypted
code is removed. Study the code to see how it works
and benefit from it! This opens new possi
www.eeworm.com/read/140309/13088856
c desc.c
/*
DESC.C - 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 are the
www.eeworm.com/read/320439/13427234
c desc.c
/* DESC.C - Data Encryption Standard routines for RSAREF
Based on "Karn/Hoey/Outerbridge" implementation (KHODES)
*/
#include "global.h"
#include "rsaref.h"
#include "des.h"
static UIN
www.eeworm.com/read/306874/13736738
asm test.asm
;
; test program for "relocatable" ENCRYPT routine
; using an HCS410 in IFF-W mode
;
radix hex
include
include "hcs410.inc" ; encryption lib module exports
www.eeworm.com/read/143582/5756661
cpp encode2.cpp
// ENCODE2.CPP
#include
#include
// Translate a buffer of bytes, using an encryption
// character . Uses an XOR operation (ASM function).
const int B
www.eeworm.com/read/129250/5974545
cpp encode2.cpp
// ENCODE2.CPP
#include
#include
// Translate a buffer of bytes, using an encryption
// character . Uses an XOR operation (ASM function).
const int B
www.eeworm.com/read/489725/6469108
h cifsencrypt.h
/*
* fs/cifs/cifsencrypt.h
*
* Copyright (c) International Business Machines Corp., 2005
* Author(s): Steve French (sfrench@us.ibm.com)
*
* Externs for misc. small encryption routines
www.eeworm.com/read/408013/11406494
c aes.c
void Aes_KeySchedule(unsigned char * Key, unsigned char * W, length Keylength);
void Aes_Encryption(unsigned char * Cipher, unsigned char * Plain, unsigned char * W, unsigned char Keylength)