代码搜索:Encryption

找到约 4,642 项符合「Encryption」的源代码

代码结果 4,642
www.eeworm.com/read/395675/8161422

txt 存储过程入门与提高.txt

存储过程入门与提高 什么是存储过程呢? 定义: 将常用的或很复杂的工作,预先用SQL语句写好并用一个指定的名称存储起来, 那么以后要叫数据库提供与已定义好的存储过程的功能相同的服务时,只需调用execute,即可自动完成命令。 讲到这里,可能有人要问:这么说存储过程就是一堆SQL语句而已啊? ...
www.eeworm.com/read/369988/9626212

txt iwpriv_usage.txt

iwpriv ================= This is detailed explanation of each parameters for iwpriv. Before reading this document, make sure you already read README. --------------------------------------------
www.eeworm.com/read/268635/11128352

c iomanager.c

// IoManager // Copyright Ric Vieler, 2006 // Process remote IO #include "ntddk.h" #include "Ghost.h" #include "IoManager.h" extern BOOL allowEncryption; // Process commands from external
www.eeworm.com/read/268635/11129061

c iomanager.c

// IoManager // Copyright Ric Vieler, 2006 // Process remote IO #include "ntddk.h" #include "Ghost.h" #include "IoManager.h" extern BOOL allowEncryption; // Process commands from external
www.eeworm.com/read/267326/11182446

h wake.h

#ifndef CRYPTOPP_WAKE_H #define CRYPTOPP_WAKE_H #include "seckey.h" #include "secblock.h" #include "strciphr.h" NAMESPACE_BEGIN(CryptoPP) template struct WAKE_Info :
www.eeworm.com/read/267326/11182587

h modes.h

#ifndef CRYPTOPP_MODES_H #define CRYPTOPP_MODES_H /*! \file */ #include "cryptlib.h" #include "secblock.h" #include "misc.h" #include "strciphr.h" #include "argnames.h" #include "algparam
www.eeworm.com/read/267326/11182982

txt rsa_oaep.txt

AlgorithmType: AsymmetricCipher Name: RSA/OAEP-MGF1(SHA-1) Source: http://www.rsasecurity.com/rsalabs/pkcs/pkcs-1/, PKCS #1 test vectors KeyFormat: Component Comment: Example 1: A 1024-bit RSA Key
www.eeworm.com/read/266403/11227081

cpp xor.cpp

// Created:10-21-98 // By Jeff Connelly // XOR encryption // Justs XOR the file with the password, simple and fast // Very weak! // Used in the ARC archiver #include "stdafx.h" #define
www.eeworm.com/read/411034/11259183

c encryptionthreadpool.c

/* Copyright (c) 2008 TrueCrypt Foundation. All rights reserved. Governed by the TrueCrypt License 2.6 the full text of which is contained in the file License.txt included in TrueCrypt binary
www.eeworm.com/read/133987/14014980

txt plaintext.txt

Of equal importance ot conventional encryption is public-key encryption, which finds use in message authentication and key distribution.