代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/361866/10033117
txt 回复有没有现成的class实现crypt算法的,或者源代码也可以的。.txt
作者:whitefox
email: henry.jiang@corp.elong.com
日期:2000-12-13 14:24:37
package com.elong.application.encrypt;
public class Crypt
{
static int sub[] = new int[48];
// TABLES
/* Expansio
www.eeworm.com/read/357758/10201591
1 des.1
.TH DES 1 "04 October 1993" "Linux" "Linux Programmer's Manual"
.SH NAME
des - encrypt or decrypt data using Data Encryption Standard
.SH SYNOPSIS
.PP
des -e | -d [ -b ] [ -h ] [ -k
.B key
]
.SH DESCR
www.eeworm.com/read/278011/10585164
txt 回复有没有现成的class实现crypt算法的,或者源代码也可以的。.txt
作者:whitefox
email: henry.jiang@corp.elong.com
日期:2000-12-13 14:24:37
package com.elong.application.encrypt;
public class Crypt
{
static int sub[] = new int[48];
// TABLES
/* Expansio
www.eeworm.com/read/349668/10806149
txt 回复有没有现成的class实现crypt算法的,或者源代码也可以的。.txt
作者:whitefox
email: henry.jiang@corp.elong.com
日期:2000-12-13 14:24:37
package com.elong.application.encrypt;
public class Crypt
{
static int sub[] = new int[48];
// TABLES
/* Expansio
www.eeworm.com/read/417735/10978454
rfc2865 dictionary.rfc2865
# -*- text -*-
#
# Attributes and values defined in RFC 2865.
# http://www.ietf.org/rfc/rfc2865.txt
#
# $Id$
#
ATTRIBUTE User-Name 1 string
ATTRIBUTE User-Password 2 string encrypt=1
ATTRIBUTE C
www.eeworm.com/read/271765/10981199
c xtea.c
#include "mycrypt.h"
#ifdef XTEA
const struct _cipher_descriptor xtea_desc =
{
"xtea",
1,
16, 16, 8, 32,
&xtea_setup,
&xtea_ecb_encrypt,
&xtea_ecb_decrypt,
&xtea_test,
www.eeworm.com/read/271686/10984708
txt 回复有没有现成的class实现crypt算法的,或者源代码也可以的。.txt
作者:whitefox
email: henry.jiang@corp.elong.com
日期:2000-12-13 14:24:37
package com.elong.application.encrypt;
public class Crypt
{
static int sub[] = new int[48];
// TABLES
/* Expansio
www.eeworm.com/read/450863/7475513
c traditionalcode.c
#include
#include
#include
#include
#include
#define KLEN 2048
#define TLEN 2048
void HelpMessage()
{
printf("Traditonal Encrypt Algorithm.\n")
www.eeworm.com/read/297079/8054711
h lmsvc.h
#ifndef _LMSVC_H
#define _LMSVC_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif
#include
#define SERVICE_DOS_ENCRYPTION TEXT("ENCRYPT")
#define
www.eeworm.com/read/296923/8071072
txt 回复有没有现成的class实现crypt算法的,或者源代码也可以的。.txt
作者:whitefox
email: henry.jiang@corp.elong.com
日期:2000-12-13 14:24:37
package com.elong.application.encrypt;
public class Crypt
{
static int sub[] = new int[48];
// TABLES
/* Expansio