代码搜索:图像加密
找到约 10,000 项符合「图像加密」的源代码
代码结果 10,000
www.eeworm.com/read/224441/14591763
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
BackColor = &H00E0E0E0&
Caption = "加密"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth
www.eeworm.com/read/224171/14603006
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Visual Basic 实战网 - 简易的矩阵加密编码法(cipher)"
ClientHeight = 2736
ClientLeft = 1944
ClientTop = 1704
ClientWidt
www.eeworm.com/read/120885/14784379
dfm lock_main.dfm
object Form1: TForm1
Left = 364
Top = 315
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'EXE文件加密器'
ClientHeight = 178
ClientWidth = 433
Color = 1093
www.eeworm.com/read/219654/14871554
h encryptor.h
//加密类,基类
#pragma once
class CEncryptor
{
public:
CEncryptor(void);
virtual ~CEncryptor(void);
virtual int EncryptIt(int encryptee, int encryptor) = 0;
virtual int DecryptIt(int packet, i
www.eeworm.com/read/115121/15025555
txt readme.txt
注册码 注册机大全
黑客工具
加密解密天地
最新软件下载
编程技巧
另外还有VC VB Delphi热门书籍可供您下载
**************************************************
www.eeworm.com/read/214342/15105192
m des.m
% function C=DES(M,K)
%% ---------------------------------------------------------------
% 数据加密标准DES算法的Matlab实现
% 输入明文M和密钥K用16进制数表示,字符串格式
%-------------------------------------------------------
www.eeworm.com/read/208782/15237290
cpp tools.cpp
#include "StdAfx.h"
#include ".\tools.h"
CTools::CTools(void)
{
}
CTools::~CTools(void)
{
}
// 得到密文或原文
// bEncrypt: true 加密
// : false 解密
CString CTools::GetPriString( CStrin
www.eeworm.com/read/305290/3775542
svn-base secret.inl.svn-base
// Secret.inl : implementation file
//
/////////////////////////////////////////////////////////////////////////////
// CSView
/*
1 系列号结构
CHECK-RANDM-IDENT-IFYNO
①不输入系列号,则为试用
②加密文件保存试用日
www.eeworm.com/read/427626/1969671
js _ec62.js
/*******************************************\
游戏人原创Ec62加密算法类(2006-8-3)
This JavaScript was writen by Dron.
@2003-2008 Ucren.com All rights reserved.
\****************************************