代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/394406/8226202
tgs adoset.tgs
Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=TDESdb;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=UNIT-NDFZBXIS3H;Use Encr
www.eeworm.com/read/392761/8327919
c jiami.c
/*文件加密,用文件逐字节与密码异或方式对文件进行加密*/
#include
#include
#include
void encryption(char *in,char *password,char *out);/*加密函数*/
void main()
{
char in[30];
char
www.eeworm.com/read/173997/9613987
example cmtab.example
# sample configuration file for cryptmount
# $Revision: 66 $, $Date: 2006-03-05 06:58:23 +0000 (Sun, 05 Mar 2006) $
# the following target uses part of a raw disk partition as the encrypted fs:
# (se
www.eeworm.com/read/267326/11182576
h cast.h
#ifndef CRYPTOPP_CAST_H
#define CRYPTOPP_CAST_H
/** \file
*/
#include "seckey.h"
#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)
class CAST
{
protected:
static const word32 S[8][256
www.eeworm.com/read/411034/11259360
h aessmall.h
/*
---------------------------------------------------------------------------
Copyright (c) 1998-2006, Brian Gladman, Worcester, UK. All rights reserved.
LICENSE TERMS
The free distributi
www.eeworm.com/read/335355/12538072
example clients.example
#---------------------------------------------------------------------------
#
# @(#)clients 1.1 2/21/96 Copyright 1991 Livingston Enterprises Inc
#
#-------------------------------------------------
www.eeworm.com/read/133019/14057387
h cast.h
#ifndef CRYPTOPP_CAST_H
#define CRYPTOPP_CAST_H
/** \file
*/
#include "seckey.h"
#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)
class CAST
{
protected:
static const word32 S[8][256
www.eeworm.com/read/107176/15612155
m s4rout3.m
% Routine 4.3 encryption
B = rand(m,n); % choose a blurring matrix
save blur B
% blur the image via circular convolution:
Xhat = fft2(X);
Bhat = fft2(B);
Yhat = Bhat.
www.eeworm.com/read/103770/15721773
cxx encrypt.cxx
/*++
Copyright (c) 1994 Microsoft Corporation
Module Name:
encrypt.cxx
Abstract:
Contains routine to check whether encryption is supported on this
system or not.
Author