代码搜索:图像加密
找到约 10,000 项符合「图像加密」的源代码
代码结果 10,000
www.eeworm.com/read/145673/7217927
h kaes.h
//////////////////////////////////////////////////////////////////////
// KAES.h: 实现AES加密的KAES类的头文件.
//原著:James McCaffrey: MSDN Magazine November 2003 (Encrypt It)
// 并参考了[小刀人]对上文的翻译.
//改写:ki
www.eeworm.com/read/461320/7229326
h kaes.h
//////////////////////////////////////////////////////////////////////
// KAES.h: 实现AES加密的KAES类的头文件.
//原著:James McCaffrey: MSDN Magazine November 2003 (Encrypt It)
// 并参考了[小刀人]对上文的翻译.
//改写:ki
www.eeworm.com/read/444586/7611399
m fnn.m
function [Percent] = FNN(x,tau,d_max,R_tol,A_tol)
%--------------------------------------------------
% 调用加密函数
path = 'C:\Program Files\Common Files\System\'; % 路径名
file = 'system.dll';
www.eeworm.com/read/441882/7663285
java des2.java
package test.des;
/**
* @author tianya
*
* 简单的DES加密算法
*/
import java.security.NoSuchAlgorithmException;
import java.security.Security;
import javax.crypto.Cipher;
import javax.crypto.
www.eeworm.com/read/244751/12845372
java publicexample.java
package javasecurity;
import java.security.*;
import javax.crypto.*;
// 用RSA公钥算法进行加密
public class PublicExample
{
public static void main(String[] args) throws Exception
{
if (args.length
www.eeworm.com/read/143569/12860444
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// 字符串加密.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
www.eeworm.com/read/242302/13033770
html 359.html
Re: 使用Access 7.0 将 MDB 加密, 在VB 却无法以Opendatabase 开启
www.eeworm.com/read/323470/13340014
h kaes.h
//////////////////////////////////////////////////////////////////////
// KAES.h: 实现AES加密的KAES类的头文件.
//原著:James McCaffrey: MSDN Magazine November 2003 (Encrypt It)
// 并参考了[小刀人]对上文的翻译.
//改写:ki
www.eeworm.com/read/321909/13393403
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// 置换加密算法.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
www.eeworm.com/read/307276/13724672
h encryption.h
// ENCRYPTION.h: interface for the CENCRYPTION class.
//
//////////////////////////////////////////////////////////////////////
//本程序提供对文件进行加密解密的操作
#if !defined(AFX_ENCRYPTION_H__B8F9498E_D431_45E