代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/320179/13431347
sql ch16.sql
USE ETravelCom
CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'aaaaaaaaaafjklaa2434154##$$$$$sdfjkAJKFZSDLKSDKLJ'
IF NOT EXISTS(
SELECT * FROM sys.databases
WHERE name = 'ETravelCom' AND
www.eeworm.com/read/112303/6146308
c auth_snt.c
/*
* Program: SSL authentication/encryption module for Windows 9x and NT
*
* Author: Mark Crispin
* Networks and Distributed Computing
* Computing & Communications
* University of Washington
www.eeworm.com/read/112192/6149222
c auth_snt.c
/*
* Program: SSL authentication/encryption module for Windows 9x and NT
*
* Author: Mark Crispin
* Networks and Distributed Computing
* Computing & Communications
* University of Washington
www.eeworm.com/read/409436/11326797
pas tmsuxlsprotect.pas
unit tmsUXlsProtect;
{$INCLUDE ..\FLXCOMPILER.INC}
{$INCLUDE ..\FLXCONFIG.INC}
interface
uses tmsUFlxMessages;
type
TEncryptionEngine = class;
///
/// Holds an encryption e
www.eeworm.com/read/339492/12229415
cpp serpent.cpp
// serpent.cpp - modified by Wei Dai from Brian Gladman's serpent.c
/* This is an independent implementation of the encryption algorithm: */
/* */
/* Serpent by Ross Anderson
www.eeworm.com/read/120616/14796894
c tea.c
/*
The Tiny Encryption Algorithm, or TEA, is a Feistel cipher invented by David
Wheeler. It is intended for use in applications where code size is at a
premium, or where it is necessary for someone to
www.eeworm.com/read/216674/14997968
py rsa.py
#
# RSA.py : RSA encryption/decryption
#
# Part of the Python Cryptography Toolkit
#
# Distribute and use freely; there are no restrictions on further
# dissemination and usage except those imposed
www.eeworm.com/read/216674/14998061
py chaffing.py
"""This file implements the chaffing algorithm.
Winnowing and chaffing is a technique for enhancing privacy without requiring
strong encryption. In short, the technique takes a set of authenticated
www.eeworm.com/read/115525/15011678
cpp serpent.cpp
// serpent.cpp - modified by Wei Dai from Brian Gladman's serpent.c
/* This is an independent implementation of the encryption algorithm: */
/* */
/* Serpent by Ross Anderson
www.eeworm.com/read/249963/4444319
conf plaintext.conf
# Plaintext (no encryption) network
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="example open network"
key_mgmt=NONE
}