代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/359115/2979700
h rsa.h
// RSA public key encryption
#include "vlong.h"
class prime_factory
{
unsigned np;
unsigned *pl;
public:
prime_factory();
~prime_factory();
vlong find_prime( vlong & start );
}
www.eeworm.com/read/258893/4351223
readme
Pretty Good Privacy(tm) 6.0 - Public-key encryption for the masses.
Internal development version only - not for general release.
(c) 1999 Network Associates Inc. 31 Mar 99
Export of this software
www.eeworm.com/read/160303/5573937
west
# note: forward key does not match reverse key (tricky, but helps testing)
#west:
127.95.7.1: rsa {
# RSA 1024 bits
# for signatures only, UNSAFE FOR ENCRYPTION
#pubkey=0sAQOOyFBeFFr9CWXgn1aOEvTr9
www.eeworm.com/read/293056/8316360
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/172525/9703155
cpp aracrypt.cpp
// ARACrypt.cpp : implementation file
//
// Note: A Special Thanks to Mr. Warren Ward for his Sept. 1998 CUJ article:
// "Stream Encryption" Copyright (c) 1998 by Warren Ward
#include "stdafx.h"
www.eeworm.com/read/367275/9763028
txt instructions.txt
This message has been encrypted using the Stanford IBE (Identity-Based
Encryption) system. To decrypt it, download the appropriate files from
http://crypto.stanford.edu/ibe/download.html
For now, th
www.eeworm.com/read/415829/11051538
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/413130/11166099
c cryptit.c
// Implementation of Secure Hash Fuctions for File
// Encryption and Decryption
#include
#include
#include
#include
#include
// This is my own
www.eeworm.com/read/267520/11176139
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 excell
www.eeworm.com/read/147311/12567451
html listcipher.html
Listing All Available Encryption and Decryption Algorithms
(Java Developers Almanac Example)