代码搜索:图像加密

找到约 10,000 项符合「图像加密」的源代码

代码结果 10,000
www.eeworm.com/read/338972/12269371

bas reg.bas

Attribute VB_Name = "Reg" '+-------------------------------------------------------------------------- ' ' reg.bas ---- 共享软件加密算法库专业版 ' Copyright (c) 2002-2005 liangs Studio, Al
www.eeworm.com/read/130088/14208822

txt des 加解密的封装和 使用的例子.txt

DES 加解密的封装和 使用的例子(转) -------------------------------------------------------------------------------- DES加密封装 package org.jtool.desutils; import java.security.SecureRandom; import javax.
www.eeworm.com/read/213207/15141030

h resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by 加密解密.rc // #define IDM_ABOUTBOX 0x0010 #define IDD_ABOUTBOX 100 #defi
www.eeworm.com/read/208782/15237286

h tools.h

#pragma once class CTools { public: CTools(void); ~CTools(void); // 得到密文或原文 // bEncrypt: true 加密 // : false 解密 CString GetPriString( CString buf, bool bEncrypt ); // 得到当前
www.eeworm.com/read/17191/721661

cs encrypt.cs

using System; using System.Security.Cryptography; using System.Text; using System.IO; public class Encrypt { public Encrypt() { } #region MD5加密 /// /// M
www.eeworm.com/read/490190/1208285

cs form1.designer.cs

namespace WinApp10_2数字加密示例 { partial class Form1 { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null
www.eeworm.com/read/315047/3626036

cs form1.designer.cs

namespace WinApp10_2数字加密示例 { partial class Form1 { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null
www.eeworm.com/read/413258/11160842

bas mainmod.bas

Attribute VB_Name = "MainMod" Public Declare Function StrFormatByteSize Lib "shlwapi" Alias "StrFormatByteSizeA" (ByVal dw As Long, ByVal pszBuf As String, ByRef cchBuf As Long) As String '加密函数 P
www.eeworm.com/read/109716/15551787

cs symmetricmethod.cs

using System; using System.IO; using System.Security.Cryptography; using System.Text; namespace DataCryptography { /// /// 对称加密算法类 /// public class SymmetricMethod