代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/271875/4221926
t023snmpv3getmd5aes
#!/bin/sh
. ../eval_tools.sh
HEADER SNMPv3 get using MD5/AES of .1.3.6.1.2.1.1.3.0
SKIPIFNOT NETSNMP_USE_OPENSSL
SKIPIFNOT NETSNMP_ENABLE_SCAPI_AUTHPRIV
SKIPIFNOT HAVE_AES_CFB128_ENCRYPT
SKIPIF DIS
www.eeworm.com/read/258893/4349304
in makefile.in
#
# priv/encrypt/
#
# $Id: Makefile.in,v 1.5 1997/07/28 23:43:19 mhw Exp $
#
OBJS= pgpEncode.o pgpEvent.o pgpEncSubr.o pgpDecode.o
PRIVHDRS= pgpEventPriv.h pgpEncodePriv.h
all:: DONE
www.eeworm.com/read/255218/4378877
h ntsecapi.h
#ifndef _NTSECAPI_H
#define _NTSECAPI_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#define KERB_WRAP_NO_ENCRYPT 0x80000001
#define LOGON_GUEST 1
#define
www.eeworm.com/read/185072/9058088
cpp vigenere.cpp
#include
#include
#include
void encrypt(int *,int );
void decrypt(int *,int );
void frequency(void);
void main(){
int i=0,n=0,*key;
printf("输入密钥字长度:\n");
sc
www.eeworm.com/read/166801/9997450
h des.h
#define EN0 0 // MODE == encrypt
#define DE1 1 // MODE == decrypt
typedef union {
unsigned long blok[2];
unsigned short word[4];
unsigned char byte[8];
} M68K;
extern void des8(unsigned
www.eeworm.com/read/425454/10355336
sh adhoc.sh
#!/bin/bash
WLAN_INTERFACE=wlan0
#configure wlan encrypt key
#iwconfig $WLAN_INTERFACE enc s:0987654321abc [1]
ifconfig $WLAN_INTERFACE down
iwconfig $WLAN_INTERFACE mode Ad-Hoc
#configure wlan essid,
www.eeworm.com/read/161159/10443081
cnf mini_httpd.cnf
# create RSA certs - Server
RANDFILE = mini_httpd.rnd
[ req ]
default_bits = 1024
encrypt_key = yes
distinguished_name = req_dn
x509_extensions = cert_type
[ req_dn ]
countryName = Country Name (2
www.eeworm.com/read/457466/7325237
cnf mini_httpd.cnf
# create RSA certs - Server
RANDFILE = mini_httpd.rnd
[ req ]
default_bits = 1024
encrypt_key = yes
distinguished_name = req_dn
x509_extensions = cert_type
[ req_dn ]
countryName = Country Name (2
www.eeworm.com/read/435506/7791044
h aes.h
//void Encrypt (uchar *in, uchar *expkey, uchar *out);
//void Decrypt (uchar *in, uchar *expkey, uchar *out);
#include "common.h"
uint32_t gen_hotp_from_aes(uint8_t secret[], uint8_t salt[]);
int
www.eeworm.com/read/488450/6487259
example
PLAINTEXT: 00112233445566778899aabbccddeeff
KEY: 000102030405060708090a0b0c0d0e0f
CIPHER (ENCRYPT):
36
round[ 0].input 00112233445566778899aabbccddeeff
round[ 0].k_sch 000102030405060708090a0b0c0