代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/371322/2780735
h cryptoalg.h
/*
* cryptoalg.h
*
* API for authenticated encryption crypto algorithms
*
* David A. McGrew
* Cisco Systems, Inc.
*/
/*
*
* Copyright (c) 2001-2005 Cisco Systems, Inc.
* All rights reserve
www.eeworm.com/read/371322/2780778
c aes_calc.c
/*
* aes_calc.c
*
* A simple AES calculator for generating AES encryption values
*
* David A. McGrew
* Cisco Systems, Inc.
*/
/*
Example usage (with first NIST FIPS 197 test case):
[sh]
www.eeworm.com/read/358128/3004908
test rpl_ssl.test
source include/have_ssl.inc;
source include/master-slave.inc;
# create a user for replication that requires ssl encryption
connection master;
grant replication slave on *.* to replssl@localhost requi
www.eeworm.com/read/351777/3098808
h crypt.h
/* encrypt.h - API to 56 bit DES encryption via calls
encrypt(3), setkey(3) and crypt(3)
Copyright (C) 1991 Jochen Obalek
This program is free software; you can redistribute it
www.eeworm.com/read/262041/4317915
c crypt.c
/* crypt.c:
*
* Simple one-way encryption function:
*
* Use 256 bytes of random data as a very simple means of encrypting some
* data. The result can be a maximum size of twice the incoming
www.eeworm.com/read/258893/4350233
bat pgpdiskdrvdebugaux.bat
rem Makefile wrapper for PGPdiskDrv.
cd PGPdiskDrvWin95
copy ..\..\..\..\libs\pfl\common\*.c Source
copy ..\Shared\*.cpp Source
copy ..\Encryption\*.cpp Source
mkdir Debug
copy PGPdiskDr
www.eeworm.com/read/258893/4350234
bat pgpdiskdrvreleaseaux.bat
rem Makefile wrapper for PGPdiskDrv.
cd PGPdiskDrvWin95
copy ..\..\..\..\libs\pfl\common\*.c Source
copy ..\Shared\*.cpp Source
copy ..\Encryption\*.cpp Source
mkdir Release
copy PGPdisk
www.eeworm.com/read/252366/4408533
c crypt.c
/* crypt() - one-way password encryption function Author: Kees J. Bot
* 7 Feb 1994
* This routine does not encrypt anything, it uses the pwdauth
* program to do the hard work.
*/
#defi
www.eeworm.com/read/160303/5573935
east
# note: forward key does not match reverse key (tricky, but helps testing)
#east:
127.95.7.2: rsa {
# RSA 1024 bits
# for signatures only, UNSAFE FOR ENCRYPTION
#pubkey=0sAQOeSJscIy2XZHfs+PODDqdgJ
www.eeworm.com/read/472818/6858405
c d3des.c
/* D3DES (V5.09) -
*
* A portable, public domain, version of the Data Encryption Standard.
*
* Written with Symantec's THINK (Lightspeed) C by Richard Outerbridge.
* Thanks to: Dan Hoey for