代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/100149/15882313
h ttyio.h
/*
ttyio.h
*/
#ifndef __ttyio_h /* don't include more than once */
#define __ttyio_h
#ifndef __crypt_h
# include "crypt.h" /* ensure that encryption header file has been seen */
#endif
#if
www.eeworm.com/read/100148/15882569
h ttyio.h
/*
ttyio.h
*/
#ifndef __ttyio_h /* don't include more than once */
#define __ttyio_h
#ifndef __crypt_h
# include "crypt.h" /* ensure that encryption header file has been seen */
#endif
#if
www.eeworm.com/read/431199/8702335
cpp wake.cpp
// wake.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "wake.h"
NAMESPACE_BEGIN(CryptoPP)
void WAKE_TestInstantiations()
{
Weak::WAKE_CFB::Encryption x1;
Wea
www.eeworm.com/read/371102/9568292
java desencrypt.java
package encryption;
import java.security.Key;
import java.security.SecureRandom;
import javax.crypto.Cipher;
import javax.crypto.KeyGenerator;
import sun.misc.BASE64Decoder;
import sun.misc.BA
www.eeworm.com/read/357758/10201591
1 des.1
.TH DES 1 "04 October 1993" "Linux" "Linux Programmer's Manual"
.SH NAME
des - encrypt or decrypt data using Data Encryption Standard
.SH SYNOPSIS
.PP
des -e | -d [ -b ] [ -h ] [ -k
.B key
]
.SH DESCR
www.eeworm.com/read/416947/11009102
c hsj.c
#include
/* DES VERSION 0.4 CREATED BY SIMPLE SOURCE AT 2007.3 */
/* COMPETENCE :
* P4 3.0G 512M
* 3000000 TIMES ENCRYPTION WITH CREATED SUBKEYS
* 26.784 SECONDS (ABOUT 0.85M/S)*/
static
www.eeworm.com/read/198269/7944813
cpp a5encryptiondlg.cpp
// A5EncryptionDlg.cpp : implementation file
//
#include "stdafx.h"
#include "A5Encryption.h"
#include "A5EncryptionDlg.h"
#include "a5.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_F
www.eeworm.com/read/297079/8054711
h lmsvc.h
#ifndef _LMSVC_H
#define _LMSVC_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#include
#define SERVICE_DOS_ENCRYPTION TEXT("ENCRYPT")
#define
www.eeworm.com/read/142160/12960100
1 des.1
.TH DES 1 "24 March 1987"
.SH NAME
des - DES file encryption
.SH SYNOPSIS
.PP
.B des -e|-d [-h] [-k key] [-b]
.SH DESCRIPTION
.B des
is a filter that encrypts or decrypts standard input to standard o
www.eeworm.com/read/140748/13063410
c cast128.c
/* $KAME: cast128.c,v 1.5 2001/11/27 09:47:32 sakane Exp $ */
/*
* heavily modified by Tomomi Suzuki
*/
/*
* The CAST-128 Encryption Algorithm (RFC 2144)
*
* o