代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/255665/12067047
cpp ecc.cpp
/*
公钥加密解密演示。使用前 #include
核心函数ecc_private_encrypt,ecc_public_decrypt为Rinick基于tomcrypt而编写
不是tomcrypt原始内容,但已编译在lib中(见源文件ecc_sys.c)
拥有密钥的人可以加密解密
拥有公钥的人只能解密,不能加密
www.eeworm.com/read/255665/12067055
cpp aes.cpp
/*
tomcrypt(http://libtomcrypt.org/)
aes分段加密演示。使用前 #include
AES,分段长度16,密钥最大长度32
还支持以下各种分段加密方式,其分段长度和密钥长度参考 crypt.pdf 21页
Blowfish
XTEA
RC5
RC6
www.eeworm.com/read/130385/14196173
h benchmark.true.h
/* benchmark.h, "true" version
* Ben Lynn
*/
/*
Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu)
See LICENSE for license
*/
#ifndef BENCHMARK_H
#define BENCHMARK_H
#define BENCHMARK
#ifd
www.eeworm.com/read/126143/14443609
h aescpp.h
/*
---------------------------------------------------------------------------
Copyright (c) 2003, Dr Brian Gladman , Worcester, UK.
All rights reserved.
LICENSE TERMS
www.eeworm.com/read/119112/14838965
h benchmark.true.h
/* benchmark.h, "true" version
* Ben Lynn
*/
/*
Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu)
See LICENSE for license
*/
#ifndef BENCHMARK_H
#define BENCHMARK_H
#define BENCHMARK
#ifd
www.eeworm.com/read/211389/15181023
c skipjack.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/208608/15242867
h encfile.h
/*
* @(#)encfile.h 2006-06-18 01:44:44
* Copyright 2006 HUST Software School. All rights reserved.
* Author: 翟黎 软件0309 01012003026327 Email:mrzhaili@gmail.com
*/
#ifndef _ENCFILE_H_
#
www.eeworm.com/read/367275/9763081
h benchmark.true.h
/* benchmark.h, "true" version
* Ben Lynn
*/
/*
Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu)
See LICENSE for license
*/
#ifndef BENCHMARK_H
#define BENCHMARK_H
#define BENCHMARK
#ifd
www.eeworm.com/read/238196/13902969
h benchmark.true.h
/* benchmark.h, "true" version
* Ben Lynn
*/
/*
Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu)
See LICENSE for license
*/
#ifndef BENCHMARK_H
#define BENCHMARK_H
#define BENCHMARK
#ifd
www.eeworm.com/read/109309/15559608
h register.h
/*
* $Id: register.h,v 1.1.1.1 2002/03/28 00:03:24 andrew_belov Exp $
* ---------------------------------------------------------------------------
* REGISTER exported stubs are declared here.
*