代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/140582/5787353
v2 auto.add.v2
PATH="/usr/local/sbin:/sbin:/usr/sbin:/usr/local/bin:/bin:/usr/bin"
export PATH
ipsec whack --name OEself --encrypt --tunnel --pfs --rsasig \
--host "192.1.2.23" --nexthop "192.1.2.254" --updown "ip
www.eeworm.com/read/264761/11302372
c aestime.c
/*
* aestime - time how long computations take on AES algorithm
* for cipher init, encrypt 1Mb, decrypt 1Mb, set 1000 key pairs
*
* Customise the ALG name and include file below and lin
www.eeworm.com/read/406445/11442262
java testblowfish.java
package Crypto;
/**How to use the Blowfish algorithm to encrypt 64-bit blocks with a constant key */
import javax.crypto.Cipher;
import javax.crypto.spec.SecretKeySpec;
import java.util.Arrays
www.eeworm.com/read/348407/11595198
h tea.h
/*
parameters description:
out: 8 bytes cipher
data: 8 bytes plaintext
key: 16 bytes key
*/
void TEA_Encrypt(unsigned char *out, unsigned char *data, unsigned char *key);
/*
parameters de
www.eeworm.com/read/347321/11674319
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// Encrypt.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h
www.eeworm.com/read/260852/11693276
~pas crypt.~pas
unit crypt;
interface
USES
Classes;
const
C1 = 52845;
C2 = 22719;
function Encrypt( S: String; Key: Word): String;
function Decrypt( S: String; Key: Word): String;
impleme
www.eeworm.com/read/260852/11693293
pas crypt.pas
unit crypt;
interface
USES
Classes;
const
C1 = 52845;
C2 = 22719;
function Encrypt( S: String; Key: Word): String;
function Decrypt( S: String; Key: Word): String;
impleme
www.eeworm.com/read/232520/14193350
c aestime.c
/*
* aestime - time how long computations take on AES algorithm
* for cipher init, encrypt 1Mb, decrypt 1Mb, set 1000 key pairs
*
* Customise the ALG name and include file below and lin
www.eeworm.com/read/123613/14621213
~pas crypt.~pas
unit crypt;
interface
USES
Classes;
const
C1 = 52845;
C2 = 22719;
function Encrypt( S: String; Key: Word): String;
function Decrypt( S: String; Key: Word): String;
impleme
www.eeworm.com/read/123613/14621226
pas crypt.pas
unit crypt;
interface
USES
Classes;
const
C1 = 52845;
C2 = 22719;
function Encrypt( S: String; Key: Word): String;
function Decrypt( S: String; Key: Word): String;
impleme