代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/148776/12427155
sql sql解密程序.sql
create proc sp_Compiler(@objectName varchar(50))
AS
begin
set nocount on
begin tran
declare @objectname1 varchar(100),@orgvarbin varbinary(8000)
declare @sql1 nvarchar(4000),@sql2 varchar(800
www.eeworm.com/read/234779/14097047
txt tiger_long.txt
Tiger - A Fast New Hash Function, by Ross Anderson and Eli Biham, proceedings of Fast Software Encryption 3, Cambridge, 1996.
www.eeworm.com/read/132288/14102020
txt inputfile.txt
This is an input test file for RSA Encryption Decryption.
The application has been implemented by A. Teng and X. Gricourt using the source codes provided by Miracl and developped under Microsoft Visu
www.eeworm.com/read/131693/14132661
h rc6.h
#ifndef CRYPTOPP_RC6_H
#define CRYPTOPP_RC6_H
/** \file
*/
#include "seckey.h"
#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)
struct RC6_Info : public FixedBlockSize, public Variab
www.eeworm.com/read/131693/14132808
cpp fipstest.cpp
// fipstest.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "fips140.h"
#include "sha.h"
#include "files.h"
#include "hex.h"
#include "rsa.h"
#include "dsa.
www.eeworm.com/read/131693/14133115
h rc2.h
#ifndef CRYPTOPP_RC2_H
#define CRYPTOPP_RC2_H
/** \file
*/
#include "seckey.h"
#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)
struct RC2_Info : public FixedBlockSize, public Variabl
www.eeworm.com/read/131693/14133123
cpp bench.cpp
// bench.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "crc.h"
#include "adler32.h"
#include "md2.h"
#include "md5.h"
#include "md5mac.h"
#include "sha.
www.eeworm.com/read/131693/14133151
h rc5.h
#ifndef CRYPTOPP_RC5_H
#define CRYPTOPP_RC5_H
/** \file
*/
#include "seckey.h"
#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)
struct RC5_Info : public FixedBlockSize, public Variabl
www.eeworm.com/read/131051/14162976
c crypt.c
/* crypt.c (dummy version) -- do not perform encryption
* Hardly worth copyrighting :-)
*/
#ifdef RCSID
static char rcsid[] = "$Id: crypt.c,v 0.6 1993/03/22 09:48:47 jloup Exp $";
#endif
www.eeworm.com/read/130467/14191751
cs cryptlib.cs
using System;
using System.Runtime.InteropServices;
using System.Text;
namespace cryptlib
{
public class crypt
{
/************************************************************************