代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/108262/15589336
dsp encrypt.dsp
# Microsoft Developer Studio Project File - Name="Encrypt" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) A
www.eeworm.com/read/108262/15589337
aps encrypt.aps
www.eeworm.com/read/108262/15589339
ncb encrypt.ncb
www.eeworm.com/read/108262/15589340
cpp encrypt.cpp
// Encrypt.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Encrypt.h"
#include "EncryptDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
s
www.eeworm.com/read/108262/15589343
plg encrypt.plg
Build Log
--------------------Configuration: Encrypt - Win32 Debug--------------------
Command Lines
Results
Encrypt.exe - 0 er
www.eeworm.com/read/103770/15721773
cxx encrypt.cxx
/*++
Copyright (c) 1994 Microsoft Corporation
Module Name:
encrypt.cxx
Abstract:
Contains routine to check whether encryption is supported on this
system or not.
Author
www.eeworm.com/read/102343/15785682
h encrypt.h
/**
* 文件描述:此文件是对专利单机版中调用加密、解密模块接口的实现
* 作者: 吴栋
* 起止日期:2003年5月1日至2003年5月2日
*/
#pragma once
#include "IDEA.h"
#include "IZEncrypt.h"
/**
* 模块名: CEncrypt
* 说明: 该模块是对调用加密、解
www.eeworm.com/read/102343/15785685
cpp encrypt.cpp
#include "StdAfx.h"
#include
#include "Encrypt.h"
CEncrypt::CEncrypt(void)
{
GenDecryptKey ( ) ;
}
CEncrypt::~CEncrypt(void)
{
}
PVOID CEncrypt::AllocMemory ( DWORD dwSize )