代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/187617/8619603
15262
Newsgroups: sci.crypt
Path: cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!bb3.andrew.cmu.edu!news.sei.cmu.edu!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!usc!elroy.jpl.nasa.gov!decwrl!csus.edu!s
www.eeworm.com/read/387896/8647516
pas ntlmmsgs.pas
unit NtlmMsgs;
interface
uses
SysUtils, Encryption;
type
TNTLM_Message1 = record
Protocol: array [0..7] of Byte;
MsgType: Char;
Zero1: array [0..2] of Byte;
Flags: W
www.eeworm.com/read/431199/8701738
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 VariableKey
www.eeworm.com/read/431199/8702773
txt rsa_oaep.txt
AlgorithmType: AsymmetricCipher
Name: RSA/OAEP-MGF1(SHA-1)
Source: http://www.rsasecurity.com/rsalabs/pkcs/pkcs-1/, PKCS #1 test vectors
KeyFormat: Component
Comment: Example 1: A 1024-bit RSA Key Pai
www.eeworm.com/read/431199/8702946
h rc2.h
#ifndef CRYPTOPP_RC2_H
#define CRYPTOPP_RC2_H
/** \file
*/
#include "seckey.h"
#include "secblock.h"
#include "algparam.h"
NAMESPACE_BEGIN(CryptoPP)
//! _
struct RC2_Info : public FixedBlockSize
www.eeworm.com/read/431199/8702953
h salsa.h
// salsa.h - written and placed in the public domain by Wei Dai
#ifndef CRYPTOPP_SALSA_H
#define CRYPTOPP_SALSA_H
#include "strciphr.h"
NAMESPACE_BEGIN(CryptoPP)
//! _
struct Salsa20_Info : public
www.eeworm.com/read/431199/8703000
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 VariableKeyL
www.eeworm.com/read/287119/8719955
txt readme.txt
"dummy" algorithm is supplied as BestCrypt Development Kit example.
It does not provide any encryption services.
bc_dummy.h - "dummy" algorithm module parameters and function prototypes
BDK_EXAMPLE
www.eeworm.com/read/181592/9244603
txt iwpriv_usage.txt
iwpriv
=================
This is detailed explanation of each parameters for iwpriv.
Before reading this document, make sure you already read README.
--------------------------------------------
www.eeworm.com/read/180721/9297294
makefile
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted pro