代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/226200/14490200
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
www.eeworm.com/read/219084/14894830
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/116960/14946962
cpp des3.cpp
// DES3.cpp : implementation file
//
#include "stdafx.h"
#include "secure.h"
#include "DES3.h"
#include
#include
#include
#include
#include
#if
www.eeworm.com/read/116960/14947002
cpp des2.cpp
// DES2.cpp : implementation file
//
#include "stdafx.h"
#include "secure.h"
#include "DES2.h"
#include
#include
#include
#include
#include
#if
www.eeworm.com/read/114908/15034071
h metathesis.h
void metathesis_encryption(char m[],char k[],int length) //置换加密算法
{
int i,j,t;
int sort[8],temp[8];
char temp_char[8];
if ((length%8)!=0) //补位使明文字符数为8的倍数
{
for(i=0;i!=8-(length%8);i++
www.eeworm.com/read/114188/15073040
htm 00000015.htm
BBS水木清华站∶精华区
BBS水木清华站∶精华区
发信人: embonnie (终日乾乾), 信区: Linux  
www.eeworm.com/read/171081/5398714
svn-base confbase.h.svn-base
#ifndef __CONFBASE_H__
#define __CONFBASE_H__
// Type for CVar value
typedef struct conf_cvar_s {
char *szName; // The name of the CVar
char *szValue; // The CVars value
char *szCryptK
www.eeworm.com/read/169979/5407593
c zipcloak.c
/*
Dummy version of Info-ZIP zipcloak.c encryption code. See "Where"
file for sites from which to obtain full encryption sources.
*/
#include "tailor.h"
void warn OF((char *msg1, char *msg2
www.eeworm.com/read/162868/5512301
c zipcloak.c
/*
Dummy version of Info-ZIP zipcloak.c encryption code. See "Where"
file for sites from which to obtain full encryption sources.
*/
#include "tailor.h"
void warn OF((char *msg1, char *msg2
www.eeworm.com/read/160303/5572980
in clear-or-private.in
# This file defines the set of CIDRs (network/mask-length) to which
# we will communicate in the clear, or, if the other side initiates IPSEC,
# using encryption. This behaviour is also called "Oppor