代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/102757/15759634
h secret.h
# ifndef SECRET_H
# define SECRET_H
# define MAX_PINERR_TIMES 4
//#define MSGHG_LEN 7
#define MSGHD_LEN 7
//# define PIN_LEN 6
# define EPIN_LEN 7
# define PINBLK_LEN 16
# define HSM_ERRC
www.eeworm.com/read/102756/15759801
qin secret.h.qin
# ifndef SECRET_H
# define SECRET_H
# define MAX_PINERR_TIMES 4
#ifdef bianzg_mod_20011121
# define MSGHD_LEN 8
#else
#define MSGHD_LEN 7
#endif
//# define PIN_LEN 6
# define E
www.eeworm.com/read/102756/15759820
h secret.h
# ifndef SECRET_H
# define SECRET_H
# define MAX_PINERR_TIMES 4
//#define MSGHG_LEN 7
#define MSGHD_LEN 7
//# define PIN_LEN 6
# define EPIN_LEN 7
# define PINBLK_LEN 16
# define HSM_ERRC
www.eeworm.com/read/102552/15776889
htm subject_44273.htm
序号:44273 发表者:关关 发表日期:2003-06-18 10:06:44
主题:在数据库中加密储存过程
内容:在数据库中加密储存过程时,出现错误:no frame to popup.请问,错误的原因是什么?我是这样操作的:d:>wrap iname=d:\1.sql
www.eeworm.com/read/101790/15812905
htm subject_44273.htm
序号:44273 发表者:关关 发表日期:2003-06-18 10:06:44
主题:在数据库中加密储存过程
内容:在数据库中加密储存过程时,出现错误:no frame to popup.请问,错误的原因是什么?我是这样操作的:d:>wrap iname=d:\1.sql
www.eeworm.com/read/101788/15815738
where
__________________________________________________________________________
This is the Info-ZIP file ``WHERE,'' last updated on 26 November 2001.
__________________________________________________
www.eeworm.com/read/101225/15840827
txt 数据加密算法之tea程序代码.txt
数据加密算法之TEA程序代码
TEA(Tiny <mark>Encryption</mark> Algorithm) 是一种优秀的数据加密算法,虽然它比 DES(Data <mark>Encryption</mark> Standard) 要简单得多, 但有很强的抗差分分析能力,加密速度也比 DES 快得多,而且对 64 位数据加密的密钥长达 128 位,安全性相当好。 下面的程序来自卢开澄《计算机密码学》(清华大学出版社)。
...
www.eeworm.com/read/100322/15877168
diz file_id.diz
BF-SDK Version 1.1
~~~~~~~~~~~~~~~~~~
software development kit for 16bit DOS and
Windows applications:
* supports the Blowfish encryption algorithm
designed by Bruce Schneier
* ECB and CBC imp
www.eeworm.com/read/100147/15882659
c crypt.c
/* crypt.c (dummy version) -- do not perform encryption
* Hardly worth copyrighting :-)
*/
#ifdef RCSID
static char rcsid[] = "$Id: crypt.c,v 0.6 1993/03/22 09:48:47 jloup Exp $";
#endif