代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/494289/6381703
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/489734/6469203
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/265043/11284691
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/264685/11304913
h wjcdes.h
//////////////////////////////////////////////////////////////////////////
/*
Provided by 王俊川, Northeastern University (www.neu.edu.cn)
Email: blackdrn@sohu.com
This product is free for u
www.eeworm.com/read/263887/11337775
java pencipher.java
/**
* Title: Cipher engine
*
* Project: Universal Application Specification v1.0 for PBOCv2
*
* Copyright: Copyright (c) CUP 2005
* Company: China Unionpay Co., Ltd
www.eeworm.com/read/407601/11414272
pas ymsgv11.pas
unit ymsgv11;
interface
{$R YmsgV12.RES}
Uses Windows,Classes;
Type TKeys = Array[1..2] of String;
Function EncryptString(UserName, Password,Seed: String): Tkeys;
implementation
U
www.eeworm.com/read/403890/11507091
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/401380/11558399
h main.h
case 1: sRegCode=s1.SubString(1,4)+s0.SubString(3,1)+s1.SubString(5,1)+
s0.SubString(2,1)+s1.SubString(6,1)+s0.SubString(1,1)+s1.SubString(7,2);
br
www.eeworm.com/read/156908/11753499
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