代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/304961/3783735
c encrypt.c
/* encrypt V1.1 Fri Oct 18 04:28:03 NZDT 2002 */
/* File de/encryption, using libtomcrypt */
/* Written by Daniel Richards */
/* Help from Tom St Denis with various bits */
/
www.eeworm.com/read/287127/4026391
c pbe12.c
/* Copyright (C) 1998-9 Network Associates, Inc.
Author: Michael_Elkins@NAI.com
Last Edit: April 9, 1999 */
/* PKCS#12 PBE (Password Based Encryption) Algorithm */
#include "pbe12.h"
www.eeworm.com/read/287127/4026565
c pgprot13mod.c
/*
* pgpRot13Mod.c -- A pipeline module to rotate by 13 characters. A stupid
* encryption/decryption link for PGP!
*
* $Id: pgpRot13Mod.c,v 1.6 1997/06/25 19:40:25 lloyd Exp $
*/
#includ
www.eeworm.com/read/287127/4026575
h pgprot13mod.h
/*
* definitions for a stupid encryption pipeline: rot13
*
* $Id: pgpRot13Mod.h,v 1.5 1997/06/25 19:40:25 lloyd Exp $
*/
#include "pgpOpaqueStructs.h"
PGP_BEGIN_C_DECLARATIONS
PGPPipe
www.eeworm.com/read/435701/1862048
c crypt.c
/*
* Data Encryption Standard
* D.P.Mitchell 83/06/08.
*
* block_cipher(key, block, decrypting)
*
* these routines use the non-standard 7 byte format
* for DES keys.
*/
#include
#includ