代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/125279/6032105
c twofish_cbc.c
#ifdef __KERNEL__
#include
#else
#include
#endif
#include "twofish_cbc.h"
#include "cbc_generic.h"
CBC_IMPL_BLK16(twofish_cbc_encrypt, twofish_context, u_int8_t *, twofis
www.eeworm.com/read/131980/14117583
am makefile.am
AUTOMAKE_OPTIONS = foreign
encryptdir = $(libdir)/gaim
encrypt_la_LDFLAGS = -module -avoid-version
encrypt_la_LIBADD = $(NSS_LIBS)
encrypt_LTLIBRARIES = encrypt.la
noinst_LIBRARIES =
EXTRA_DIST
www.eeworm.com/read/160303/5572663
c serpent_cbc.c
#ifdef __KERNEL__
#include
#else
#include
#endif
#include "serpent_cbc.h"
#include "cbc_generic.h"
CBC_IMPL_BLK16(serpent_cbc_encrypt, serpent_context, u_int8_t *, serpen
www.eeworm.com/read/160303/5572703
c twofish_cbc.c
#ifdef __KERNEL__
#include
#else
#include
#endif
#include "twofish_cbc.h"
#include "cbc_generic.h"
CBC_IMPL_BLK16(twofish_cbc_encrypt, twofish_context, u_int8_t *, twofis
www.eeworm.com/read/389435/8521546
java singlekeyexample.java
/*
* Copyright (c) 2004 ???. All Rights Reserved.
*/
/*
* @(#)DESExample.java 1.0 04/03/10
*/
import java.security.*;
import javax.crypto.*;
/**
* 本例解释如何利用DES私钥加密算法加解密
*
* @a
www.eeworm.com/read/288780/8608443
c des.c
//#include "stdafx.h"
//#include
#include "des.h"
//#include "global.h"
static UINT2 bytebit[8] = {
0200, 0100, 040, 020, 010, 04, 02, 01
};
static UINT4 bigbyte[24] = {
0x800
www.eeworm.com/read/431199/8702862
txt seed.txt
AlgorithmType: SymmetricCipher
Name: SEED/ECB
Source: RFC 4269
Key: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Plaintext: 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
Ciphertext:
www.eeworm.com/read/427960/8909309
cpp ipk_enc.cpp
/*
Cock's Identity Based Encryption
Encryption phase
Generates a random AES session key, and uses it to encrypt a file.
Outputs ciphertext .ipk
The session key
www.eeworm.com/read/383565/8934260
java singlekeyexample.java
/*
* Copyright (c) 2004 ???. All Rights Reserved.
*/
/*
* @(#)DESExample.java 1.0 04/03/10
*/
import java.security.*;
import javax.crypto.*;
/**
* 本例解释如何利用DES私钥加密算法加解密
*
* @a