代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/182159/9213935
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/378413/9232169
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/376992/9297762
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/179598/9349752
java pencipher.java
/**
* Title: cipher class
* Description:
* Copyright: Copyright (c) 2004
* Company: Gemplus Goldpac Co., Limited
*
* @author Meng hongwen
* @
www.eeworm.com/read/374215/9415774
h aescryptworkerthreads.h
/*
* AESCryptWorkerThreads.h
*
* Copyright (C) 2006
* Paul E. Jones
* All Rights Reserved.
*
************************************************************************
www.eeworm.com/read/178173/9415886
cpp aestst.cpp
/*
-------------------------------------------------------------------------
Copyright (c) 2001, Dr Brian Gladman , Worcester, UK.
All rights reserved.
LICENSE TERMS
www.eeworm.com/read/169694/9845515
h des.h
#ifndef _DES_H__
#define _DES_H__
#include "ArithDLL.h"
#ifndef ENCRYPT
#define ENCRYPT 0 /* DES 方向 */
#define DECRYPT 1
#endif
#ifndef STAND
#define STAND 0
www.eeworm.com/read/165417/10063442
c desc.c
/* DESC.C - Data Encryption Standard routines for RSAREF
Based on "Karn/Hoey/Outerbridge" implementation (KHODES)
*/
#include "global.h"
#include "rsaref.h"
#include "des.h"
static UINT2 BYTE_
www.eeworm.com/read/163458/10159523
cpp zcryptor.cpp
/* ZCryptor.cpp
实现“保密密钥加密算法”的抽象类 CZCryptor
张忠杰 2003-12-04
*/
#include "stdafx.h"
#include "ZCryptor.h"
//-------------------------------------------------------------------
www.eeworm.com/read/281217/10255984
cpp aestst.cpp
/*
-------------------------------------------------------------------------
Copyright (c) 2001, Dr Brian Gladman , Worcester, UK.
All rights reserved.
LICENSE TERMS
T