代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/138345/13240308
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/313675/13582911
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/311933/13622499
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/308053/13710672
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/307280/13724592
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/306162/13751447
cpp encryption.cpp
// Chapter 5 of C++ How to Program
// Exercise2.cpp
// 加密解密,方法:对字符串中的每个字符按字符加上同样的整数值(例如5)
//变成ASCII码表中其它字符形成新的字符串,解密时减去相同的进行恢复。
#include
using std::cout;
using std::endl;
/* W
www.eeworm.com/read/301673/13852916
h des.h
//////////////////////////////////////////////////////////////////////////
/*
Provided by 王俊川, Northeastern University (www.neu.edu.cn)
Email: blackdrn@sohu.com
This product is free for u
www.eeworm.com/read/137691/5820935
nc cbcmodem.nc
// $Id: CBCModeM.nc,v 1.2 2003/10/07 21:46:22 idgay Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to use,
www.eeworm.com/read/131315/5931224
1 keylogin.1
.\" @(#)keylogin.1 2.1 88/08/10 4.0 RPCSRC; from 1.6 88/02/29 SMI;
.TH KEYLOGIN 1 "9 September 1987"
.SH NAME
keylogin \- decrypt and store secret key
.SH SYNOPSIS
.B keylogin
.SH DESCRIPTION
.IX "key
www.eeworm.com/read/292723/6356776
h des.h
/*
Author:黄卫立,李谟仁,肖翠萍
Date:2007 6月8日 17时
*/
/*
定义了一个枚举变量 ENCRYPT==0 表示加密
DECRYPT==1表示解密
*/
enum {ENCRYPT,DECRYPT};
/*
Type—ENCRYPT:加密,DECRYPT:解密
输出缓冲区(Out)的长度 >= ((datalen