代码搜索:图像加密
找到约 10,000 项符合「图像加密」的源代码
代码结果 10,000
www.eeworm.com/read/404062/11492136
cpp mainwindow.cpp
#include "MainWindow.h"
#include //Debug.
using namespace std; //Debug.
#include //中文编码。
#include //Debug.
#include //加密。
#include
www.eeworm.com/read/253973/12172342
h rc5_321216.h
// RC5加密算法(32/12/16)
// 仙剑修,2002.3.1
#ifndef RC5_H
#define RC5_H
////////////////////////////////////////////////////////////////////////////////////////////////
#ifdef _DEBUG
#undef ASSE
www.eeworm.com/read/253455/12220805
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "md5 加密算法示例"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/131984/14117513
vb classencrypttext.vb
#Region "信息加密和解密"
Public Class EncryptText
#Region "Function HandleChar() —— 字符运算处理"
Public Function HandleChar(ByVal SourceChar As Integer, ByVal EChar As Char) As Integer
Dim tem
www.eeworm.com/read/229629/14326232
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by 加密.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define
www.eeworm.com/read/224441/14591649
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
BackColor = &H00E0E0E0&
Caption = "加密"
ClientHeight = 3195
ClientLeft = 60
ClientTop =
www.eeworm.com/read/205925/15303743
pas frmcustom.pas
unit FrmCustom;
interface
uses
AdvGrid, SysUtils, Controls, Windows, Messages,TlHelp32;
type //Des加密算法
TKeyByte = array[0..5] of Byte;
TDesMode = (dmEncry, dmDecry);
function EncryS
www.eeworm.com/read/205925/15303777
~pas frmcustom.~pas
unit FrmCustom;
interface
uses
AdvGrid, SysUtils, Controls, Windows, Messages,TlHelp32;
type //Des加密算法
TKeyByte = array[0..5] of Byte;
TDesMode = (dmEncry, dmDecry);
function EncryS
www.eeworm.com/read/447482/1702809
h rc5_321216.h
// RC5加密算法(32/12/16)
// 仙剑修,2002.3.1
#ifndef RC5_H
#define RC5_H
////////////////////////////////////////////////////////////////////////////////////////////////
#ifdef _DEBUG
#undef ASSE
www.eeworm.com/read/376117/2713962
svn-base desencrypt.cs.svn-base
using System;
using System.Security.Cryptography;
using System.Text;
namespace Maticsoft.DBUtility
{
///
/// DES加密/解密类。
///
public class DESEncrypt
{
public DES