代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/125279/6032088
pl cbc.pl
#!/usr/local/bin/perl
# void des_ncbc_encrypt(input, output, length, schedule, ivec, enc)
# des_cblock (*input);
# des_cblock (*output);
# long length;
# des_key_schedule schedule;
# des_cblock (*ive
www.eeworm.com/read/101042/6258477
pl cbc.pl
#!/usr/local/bin/perl
# void des_ncbc_encrypt(input, output, length, schedule, ivec, enc)
# des_cblock (*input);
# des_cblock (*output);
# long length;
# des_key_schedule schedule;
# des_cblock (*ive
www.eeworm.com/read/101042/6258542
pl cbc.pl
#!/usr/local/bin/perl
# void des_ncbc_encrypt(input, output, length, schedule, ivec, enc)
# des_cblock (*input);
# des_cblock (*output);
# long length;
# des_key_schedule schedule;
# des_cblock (*ive
www.eeworm.com/read/258948/6342408
cpp main.cpp
#include
#include
#include
#include
#include
void Encrypt(FILE*,FILE*,char*); //加密
void Decrypt(FILE*,FILE*,char*); //解密
void main()
www.eeworm.com/read/486506/6533710
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/486385/6540719
_verilog_hintfile
#OPTIONS:"|-bldtbl|-primux|-fixsmult|-sdff_counter|-infer_seqShift|-nram|-divnmod|-autosm|-fid2|-sharing|on|-encrypt|-ui|-lite|-pro|-ram|-ignore_undefined_lib|-ll|2000|-lib|work|-lib|work"
#CUR:"d:\\
www.eeworm.com/read/478645/6712338
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/261494/11642586
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/251092/12365474
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/124271/14582365
pas unit38.pas
unit Unit38;
interface
const
C1 = 52845;
C2 = 22719;
function Encrypt(const S: String; Key: Word): String;
function Decrypt(const S: String; Key: Word): String;
function isMoney(s:strin