代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/325825/13182359
pas ucrypt.pas
unit uCrypt;
interface
const
C1 = 52845;
C2 = 22719;
function Encrypt(const S: string; Key: Word): string;
function Decrypt(const S: string; Key: Word): string;
implementation
fu
www.eeworm.com/read/137620/13308477
c test_cbc.c
/*
* test_cbc - simple program to run encrypt & decrypt LOKI97 CBC test triples
*
* written by Lawrie Brown / May 1998
*/
#include "loki97.h"
/* local func prototypes */
static BYTE *charToBYTE(
www.eeworm.com/read/140582/5787358
v1 auto.add.v1
PATH="/usr/local/sbin:/sbin:/usr/sbin:/usr/local/bin:/bin:/usr/bin"
export PATH
ipsec whack --name OEself --encrypt --tunnel --pfs --ikelifetime "3600" --rsasig \
--host "192.1.2.45" --nexthop "192.
www.eeworm.com/read/139125/5807982
dfm regdlltest.dfm
object Form1: TForm1
Left = 287
Top = 118
Width = 520
Height = 589
BorderIcons = [biSystemMenu, biMinimize]
Caption = #21152#23494#31639#27861#24211' Encrypt Dll Test'
Color = clB
www.eeworm.com/read/100601/6267358
c des.c
/*
* des.c
*
* core source file for DES-150 library
* Make key schedule from DES key.
* Encrypt/Decrypt one 8-byte block.
*
* The contents of this file are subject to the Mozilla Public
*
www.eeworm.com/read/264761/11302370
c test_cbc.c
/*
* test_cbc - simple program to run encrypt & decrypt LOKI97 CBC test triples
*
* written by Lawrie Brown / May 1998
*/
#include "loki97.h"
/* local func prototypes */
static BYTE *charToBYTE(
www.eeworm.com/read/260731/11704641
h cdes.h
#ifndef CDES_H_CAESAR__DEF
#define CDES_H_CAESAR__DEF
#include
class CDES
{
public:
CDES();
virtual ~CDES();
//加密解密
enum
{
ENCRYPT = 0, //加密
DECRYPT //解密
www.eeworm.com/read/346882/11714353
c des.c
/*
DES 算法程序
*/
//#include "Des.h"
#include
#include
#define ENCRYPT 0
#define DESCRYPT 1
#define PINLEN 9
unsigned char cdesoutput[9];
unsigned cha
www.eeworm.com/read/151483/12206657
pas encryptit.pas
unit EncryptIt;
interface
USES
Classes;
const
C1 = 52845;
C2 = 22719;
function Encrypt(const S: String; Key: Word): String;
function Decrypt(const S: String; Key: Word): Stri
www.eeworm.com/read/338972/12269262
dfm regdlltest.dfm
object Form1: TForm1
Left = 287
Top = 118
Width = 520
Height = 589
BorderIcons = [biSystemMenu, biMinimize]
Caption = #21152#23494#31639#27861#24211' Encrypt Dll Test'
Color = clB