代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/410380/11288484
c encrypt.c
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm
www.eeworm.com/read/410380/11288518
h encrypt.h
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm
www.eeworm.com/read/408944/11364576
h encrypt.h
#ifndef ENCRYPT_HEAD_FILE
#define ENCRYPT_HEAD_FILE
#include "ComService.h"
//////////////////////////////////////////////////////////////////////////
//MD5 加密类
class COM_SERVICE_CLASS CMD
www.eeworm.com/read/408944/11364610
cpp encrypt.cpp
#include "StdAfx.h"
#include "Encrypt.h"
//数据大小
#define ENCRYPT_KEY_LEN 5 //密钥长度
//////////////////////////////////////////////////////////////////////////
#define S11 7
#defi
www.eeworm.com/read/406990/11431497
cc encrypt.cc
// head files
#include
#include
#include
#include "encrypt.h"
#include "aes.h"
// function implementations
ZT_Encrypt::ZT_Encrypt(QWidget* parent): QWidget(parent)
{
www.eeworm.com/read/406990/11431500
h encrypt.h
#ifndef __ZT_ENCRYPT_H__
#define __ZT_ENCRYPT_H__
// head files
#include
#include
#include
#include
#include
#include
#incl
www.eeworm.com/read/404821/11477550
cs encrypt.cs
using System;
using System.Text;
using System.Security.Cryptography;
namespace MyOA.CommonComponent
{
///
/// 一个通用的加密、解密类
///
public class Encrypt
{
///
www.eeworm.com/read/403653/11513351
sln encrypt.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DES_App1", "DES_App1\DES_App1.csproj", "{BA323977-69A4-4A74-BB
www.eeworm.com/read/403653/11513369