代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/135381/13936641
txt 基于java的idea实现.txt
摘要:本文介绍了在JAVA环境下如何实现IDEA对称加密算法。由于电子商务和电子政务的普及,安全加密技术在其中应用非常广泛,对安全加密技术的要求也很高。目前在JAVA环境下实现IDEA加密具有很多的优势,因为JAVA是基于面向对象的编程语言,并且由于它的平台无关性能被大量应用于Internet的开发。
关键字:IDEA(Internation Data <mark>Encryption</mark> Algor ...
www.eeworm.com/read/133019/14057325
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/133019/14057775
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/133019/14057782
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/133019/14057808
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/204654/15335633
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/113673/15451317
vbp encryptex.vbp
Type=Exe
Form=frmMain.frm
Class=clsBlowfish; clsBlowfish.cls
Class=clsCryptAPI; clsCryptAPI.cls
Class=clsGost; clsGost.cls
Class=clsSkipjack; clsSkipjack.cls
Class=clsTEA; TEA.cls
Class=clsTwof
www.eeworm.com/read/112160/15492964
vbp encryptex.vbp
Type=Exe
Form=frmMain.frm
Class=clsBlowfish; clsBlowfish.cls
Class=clsCryptAPI; clsCryptAPI.cls
Class=clsGost; clsGost.cls
Class=clsSkipjack; clsSkipjack.cls
Class=clsTEA; TEA.cls
Class=clsTwof
www.eeworm.com/read/110418/15534488
java hashmac.java
/*
Christoforos Pirillos @ Villanova University - May 1999
based on code from the book "Java Network Programming" by Hughes
*/
package encryption;
/** Message Authentication Code. It takes an existi