代码搜索:Encrypt

找到约 3,742 项符合「Encrypt」的源代码

代码结果 3,742
www.eeworm.com/read/431110/1912522

v2 auto.add.v2

PATH="/usr/local/sbin:/sbin:/usr/sbin:/usr/local/bin:/bin:/usr/bin" export PATH ipsec whack --name OEself --encrypt --tunnel --pfs --rsasig \ --host "192.1.2.23" --nexthop "192.1.2.254" --updown "ip
www.eeworm.com/read/360748/2959825

java aes.java

package com.hanssun.aes; import java.io.IOException; import java.io.FileOutputStream; import java.io.FileInputStream; public class AES extends AESMap { /** * This method is used to encrypt dat
www.eeworm.com/read/359115/2979603

cpp kaes.cpp

////////////////////////////////////////////////////////////////////// // KAES.cpp: 实现AES加密的KAES类 //原著:James McCaffrey: MSDN Magazine November 2003 (Encrypt It) // 并参考了[小刀人]对上文的翻译. //改写:king_
www.eeworm.com/read/258893/4349515

in makefile.in

# # priv/ # # $Id: Makefile.in,v 1.8 1998/10/15 18:23:13 hal Exp $ # SUBDIRS=clientlib crypto debug encrypt include keys regexp \ utilities networklib external LIBDONE=clientlib/DONE crypto/
www.eeworm.com/read/160303/5575069

v2 auto.add.v2

PATH="/usr/local/sbin:/sbin:/usr/sbin:/usr/local/bin:/bin:/usr/bin" export PATH ipsec whack --name OEnet --encrypt --tunnel --pfs --ikelifetime "3600" --rsasig \ --host "192.1.2.23" --client "192.0.2
www.eeworm.com/read/160303/5575074

v1 auto.add.v1

PATH="/usr/local/sbin:/sbin:/usr/sbin:/usr/local/bin:/bin:/usr/bin" export PATH ipsec whack --name OEnet --encrypt --tunnel --pfs --ikelifetime "3600" --rsasig \ --host "192.1.2.45" --client "192.0.2
www.eeworm.com/read/160303/5575091

v2 auto.add.v2

PATH="/usr/local/sbin:/sbin:/usr/sbin:/usr/local/bin:/bin:/usr/bin" export PATH ipsec whack --name OEself --encrypt --tunnel --pfs --rsasig \ --host "192.1.2.23" --nexthop "192.1.2.254" --updown "ip
www.eeworm.com/read/472419/6877002

todo

eliminate global variables clean up command processing fix "send" command clean up option processing add empty encrypt hooks (layer over ring buffers) flushout --> use nullsink fix ring buffer s
www.eeworm.com/read/265543/11261866

c main.c

/* Encrypt/decrypt command compatible with Sun's "des" command */ #include char iv[8]; /* Initial vector for CBC mode */ int block; main(argc,argv) int argc; char *argv[]; { int
www.eeworm.com/read/147534/12548194

~pas crypt.~pas

unit crypt; interface USES Classes; const C1 = 52845; C2 = 22719; function Encrypt( S: String; Key: Word): String; function Decrypt( S: String; Key: Word): String; impleme