代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/386996/8714063
c saferk64.c
/*
Author: Pate Williams (c) 1997
SAFER K-64 (Secure and Fast Encryption Routine).
See "Handbook of Applied Cryptography" by Alfred
J. Menezes et al 7.7.1 Section pages 266 - 269.
*/
www.eeworm.com/read/386996/8714088
c mh.c
/*
Author: Pate Williams (c) 1997
Merkle-Hellman knapsack encryption. See "Handbook
of Applied Cryptography" by Alfred J. Menezes et
al Section 8.6.1 pages 300 - 302.
*/
#include
www.eeworm.com/read/386996/8714097
c blumgold.c
/*
Author: Pate Williams (c) 1997
Blum-Goldwasser probabilistic public-key
encryption. See "Handbook of Applied
Cryptography" by Alfred J. Menezes et al
editors 8.56 Algorithm page 3
www.eeworm.com/read/385281/8810357
html caesar-cipher.html
Code Fragment
/** Class for doing encryption and decryption using the Caesar Ci
www.eeworm.com/read/428473/8865855
c desc.c
/*
DESC.C - Data Encryption Standard routines for RSAEURO
Copyright (c) J.S.A.Kapp 1994 - 1995.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Sam
www.eeworm.com/read/427863/8916042
cpp main.cpp
#include "stdio.h"
#include "twofish.h"
#include "string.h"
TWOFISH_context ctx; /* Expanded key. */
byte scratch[16]; /* Encryption/decryption result buffer. */
/* Test vectors for
www.eeworm.com/read/359231/10160508
cpp aesencregkey.cpp
// AESEncRegKey.cpp : implementation file
//
#include "stdafx.h"
#include "Registry Encryption.h"
#include "AESEncRegKey.h"
// Crypto++ Includes
#pragma warning(push, 3)
# include "modes.h
www.eeworm.com/read/281218/10255960
c d3des.c
/* D3DES (V5.09) -
*
* A portable, public domain, version of the Data Encryption Standard.
*
* Written with Symantec's THINK (Lightspeed) C by Richard Outerbridge.
* Thanks to: Dan Hoey for his e
www.eeworm.com/read/355115/10291804
h sboxs.h
// _THE BLOWFISH ENCRYPTION ALGORITHM_
// by Bruce Schneier
// Revised code--3/20/94
// Converted to C++ class 5/96, Jim Conger
// Minor Updates & Optimizations by Nir Dremer, 9/02
#pragma once
www.eeworm.com/read/276685/10715226
h sboxs.h
// _THE BLOWFISH ENCRYPTION ALGORITHM_
// by Bruce Schneier
// Revised code--3/20/94
// Converted to C++ class 5/96, Jim Conger
// Minor Updates & Optimizations by Nir Dremer, 9/02
#pragma once