代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/160303/5573963
wi-log
whackwest --name ipsec-oppo-west --delete --rsa --pfs --host 127.95.7.1 --ikeport 8500 --nexthop %direct --updown silly --to --updown sally --host %opportunistic --ikeport 8500 --encrypt --rekeymargin
www.eeworm.com/read/160303/5573976
wi-log
whackwest --name ipsec-oppo-west --delete --rsa --pfs --host 127.95.7.1 --ikeport 8500 --nexthop 127.95.7.254 --updown silly --to --updown sally --host %opportunistic --ikeport 8500 --encrypt --rekeym
www.eeworm.com/read/160303/5573979
wi-log
whackwest --name ipsec-oppo-west --delete --rsa --pfs --host 127.95.7.1 --ikeport 8500 --nexthop %direct --updown silly --to --updown sally --host %opportunistic --ikeport 8500 --encrypt --rekeymargin
www.eeworm.com/read/160303/5573980
wi-log
whackwest --name ipsec-oppo-west --delete --rsa --pfs --host 127.95.7.1 --ikeport 8500 --nexthop %direct --updown silly --to --updown sally --host %opportunistic --ikeport 8500 --encrypt --rekeymargin
www.eeworm.com/read/266403/11227059
cpp invert.cpp
// Created:10-23-98
// By Jeff Connelly
// Invert binary-repersention
// This is sort of an encryption scheme, but is very weak because the
// password is not used to encrypt. Binary 1's beco
www.eeworm.com/read/105274/15671820
ishencrypt
#!/bin/sh
#
# Description: signs and/or encrypt the input file and moves the pgp .asc
# output to the output file
#
ECHO=echo
DASHN="-n"
PGP=pgp
MYNAME=`basename $0`
usage()
{
$ECHO ""
$ECHO
www.eeworm.com/read/100605/15869669
cpp decrypt.cpp
/*
Decrypt files encrypted with the 'encrypt' example application.
I'm being lazy and writing the output to stdout rather than stripping off
the ".enc" suffix and writing it there. So all diagnostics
www.eeworm.com/read/420555/10790285
dfm uabout.dfm
object AboutFrm: TAboutFrm
Left = 195
Top = 202
BorderStyle = bsDialog
Caption = #20851#26044'PE Encrypt v1.0 :: Delphi Design'
ClientHeight = 281
ClientWidth = 405
Color = clBtnF
www.eeworm.com/read/143654/12853907
dfm uabout.dfm
object AboutFrm: TAboutFrm
Left = 195
Top = 202
BorderStyle = bsDialog
Caption = #20851#26044'PE Encrypt v1.0 :: Delphi Design'
ClientHeight = 281
ClientWidth = 405
Color = clBtnF
www.eeworm.com/read/309331/13674080
h idea.h
#pragma once
class CIdea
{
public:
CIdea(void);
public:
~CIdea(void);
public:
bool Decrypt( unsigned XX[], unsigned YY[] );
bool Encrypt( unsigned XX[],unsigned YY[]);
void Init( sh