代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/100612/15868994
txt ibe.txt
IBE
This Identity Based Encryption method was invented by Boneh & Franklin. See
http://crypto.stanford.edu/ibe/ for more details.
This demonstration implementation consists of four programs th
www.eeworm.com/read/100612/15869009
cpp ibe_decx.cpp
/*
Boneh & Franklin's Identity Based Encryption
y^2=x^3+x version
Using this curve has certain advantages. In particular the "denominator"
that arises in the context of Miller's a
www.eeworm.com/read/291547/8410373
txt readme.txt
LUPA开源社区源码交换频道
www.lupaworld.com
Advanced Encryption Standard (AES), Delphi implementation
Introduction
AES is an standard for encrypting information using secret key. It
sup
www.eeworm.com/read/290293/8491291
c idea.c
/*
Author: Pate Williams (c) 1997
IDEA (International Data Encryption Algorithm).
See "Handbook of Applied Cryptography" by Alfred
J. Menezes et al 7.6 Section pages 263 - 266.
*/
#
www.eeworm.com/read/386996/8714072
c idea.c
/*
Author: Pate Williams (c) 1997
IDEA (International Data Encryption Algorithm).
See "Handbook of Applied Cryptography" by Alfred
J. Menezes et al 7.6 Section pages 263 - 266.
*/
#
www.eeworm.com/read/427960/8909457
cpp ibe_encx.cpp
/*
Boneh & Franklin's Identity Based Encryption
y^2=x^3+x version
Using this curve has certain advantages. In particular the "denominator"
that arises in the context of Miller's alg
www.eeworm.com/read/427867/8915945
cpp blowfish.cpp
/* blowfish.c - Blowfish encryption
* Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*
* GnuPG is free software; you can redistribute it and
www.eeworm.com/read/427169/8970467
h bf.h
/* The data block processed by the encryption algorithm - 64 bits */
typedef unsigned long Blowfish_Data[2];
/* The key as entered by the user - size may vary */
typedef char Blowfish_UserKey[16];
/*
www.eeworm.com/read/185142/9055939
c deslogind.c
/*
* Copyright 1994 David A. Barrett.
*
* Remote login deaemon with authentication and data encryption of channel
*
* Revision History:
*
* 12-May-94: Fixed two malloc bugs in gendeskd.c an
www.eeworm.com/read/372473/9509151
cpp encoder.cpp
/*!
\file Encoder.cpp
\author Jackson
\date 13/1/2005
*/
#include "Encoder.h"
#include "EncoderImplFactory.h"
namespace Lucid {
namespace Encryption {
TEncoder::TEncoder(const un