代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/210341/15201153
txt des.txt
DES加密算法的原理
DES(Data <mark>Encryption</mark> Standard)满足了国家标准局欲达到的4个目的:提供高质量的数据保护,防止数据未经授权的泄露和未被察觉的修改;具有相当高的复杂性,使得破译的开销超过可能获得的利益,同时又要便于理解和掌握;
DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位,首先,DES把输入的64位数据块按 ...
www.eeworm.com/read/173141/5379323
properties encryptionaes.properties
encryption=true
testEncryptionAlgorithm=AES/CBC/NoPadding
testJavaFlags=testDataEncryption=Thursday
runwithibm13=false
runwithjdk13=false
runwithjdk14=false
www.eeworm.com/read/173141/5379331
properties encryptionblowfish.properties
encryption=true
# there is a jvm bug in IBM jvm 1.4.2 which makes Blowfish really very, very slow...
runwithibm14=false
testEncryptionAlgorithm=Blowfish/CBC/NoPadding
testJavaFlags=testDataEncryption=
www.eeworm.com/read/173141/5379348
properties encryptionall.properties
encryption=true
suites=encryptionAll encryptionECB encryptionCFB encryptionOFB encryptionDES encryptionBlowfish encryption encryptionAES
#Exclude for J2ME/Foundation - encryption not supported
ru
www.eeworm.com/read/166594/5474114
hpp rdwrfn.hpp
#ifndef _RAR_DATAIO_
#define _RAR_DATAIO_
// Igor Pavlov
#include "../../../ICoder.h"
class CmdAdd;
class Unpack;
// Igor Pavlov
struct CExitCode
{
HRESULT Result;
CExitCode(HRESULT res
www.eeworm.com/read/160303/5574384
txt description.txt
This tests ordinary Opportunistic Encryption.
East is configured to do full OE to the westnet and fail to clear.
Sunrset is alive on the westnet.
It has two westnet IP addresses: .1 (not OE) and .3 (
www.eeworm.com/read/474547/6811847
cpp aes.cpp
/**\addtogroup AES Advanced Encryption Standard******************************
*
* Advanced Encryption Standard (Rijndael) algorithm implementation.
*
* @author Serge Trusov
*
* @ver
www.eeworm.com/read/473165/6857062
sql sp_decrypt2009.sql
CREATE PROCEDURE sp_decrypt(@objectName varchar(50))
AS
begin
set nocount on
--CSDN:j9988 copyright:2004.04.15
--V3.1
--破解字节不受限制,适用于SQLSERVER2000存储过程,函数,视图,触发器
--修正上一版视图触发器不能正确解密错误
--发现有
www.eeworm.com/read/472748/6864879
m sdes_enc.m
%start of encryption data
k = input('Enter key(1 -> 1023) :\n >');
key = de2bi(k,10);
f=fopen('plain text.txt');
[plaintext,Counter]=fread(f);
fclose(f);
f=fopen('plain text.txt');
bin=[];
dat
www.eeworm.com/read/392556/8335901
h lili.h
/*
* lili.h
*
* This file contains a truth table used by the reference implementation of the
* stream cipher Lili, a submission to NESSIE (New European Schemes for Signature,
* Integrity,