代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/300301/13921250
h des.h
#ifndef _DES_H__
#define _DES_H__
#include "ArithDLL.h"
#ifndef ENCRYPT
#define ENCRYPT 0 /* DES 方向 */
#define DECRYPT 1
#endif
#ifndef STAND
#define STAND 0
www.eeworm.com/read/235193/14082265
h des.h
#ifndef _DES_H__
#define _DES_H__
#include "ArithDLL.h"
#ifndef ENCRYPT
#define ENCRYPT 0 /* DES 方向 */
#define DECRYPT 1
#endif
#ifndef STAND
#define STAND 0
www.eeworm.com/read/101086/15852827
txt license-xpdec.txt
/*
* XPDec I - Decrypt the XP RC1 Installation ID
*
* Copyright (C) 2001 Fully Licensed GmbH (www.licenturion.com)
* All rights reserved.
*
* Redistribution and use in source and binary fo
www.eeworm.com/read/101086/15852829
c main.c
/*
* XPDec I - Decrypt the XP RC1 Installation ID
*
* Copyright (C) 2001 Fully Licensed GmbH (www.licenturion.com)
* All rights reserved.
*
* Redistribution and use in source and binary fo
www.eeworm.com/read/359231/10160514
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Registry Encryption.rc
//
#define IDD_REGISTRYENCRYPTION_DIALOG 102
#define IDR_MAINFRAME
www.eeworm.com/read/130382/5959054
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by pgpwctx.rc
//
#define IDD_WORKING 101
#define IDI_ICON_SIG 102
#defi
www.eeworm.com/read/289292/8560807
~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
www.eeworm.com/read/289292/8560831
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