代码搜索:CSecurity
找到约 13 项符合「CSecurity」的源代码
代码结果 13
www.eeworm.com/read/108657/15581145
cpp security.cpp
//
// Security.cpp
//
// Copyright (c) Shareaza Development Team, 2002-2004.
// This file is part of SHAREAZA (www.shareaza.com)
//
// Shareaza is free software; you can redistribute it
// and/
www.eeworm.com/read/285559/8831854
cpp security110dlg.cpp
// security110Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "security110.h"
#include "security110Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THI
www.eeworm.com/read/463680/7176834
h security.h
/*
使用方法:
char Md5Buffer[33];
CSecurity Security;
Security.MD5("a string",Md5Buffer);
执行完成之后Md5Buffer中即存储了由"a string"计算得到的MD5值
*/
// 下列 ifdef 块是创建使从 DLL 导出更简单的
// 宏的标准方法。此 DLL 中的所有文件都是用