代码搜索:图像加密
找到约 10,000 项符合「图像加密」的源代码
代码结果 10,000
www.eeworm.com/read/161978/10349338
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/449274/7515468
dat bookinfo.dat
[General Information]
书名=未命名
作者=BEXP
SS号=
加密地址=
下载位置=http://hn4.5read.com/300-44/disknsjs/nsjs195/02/!00001.pdg
www.eeworm.com/read/331032/12854942
java filedes.java
package des;
import java.io.*;
import java.nio.*;
import java.nio.channels.FileChannel;
public class FileDES{
private static final boolean enc=true; //加密
private static final boolean
www.eeworm.com/read/137020/13347874
+
# Microsoft Developer Studio Project File - Name="加密例程" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/321149/13411665
c dsa.c
/*******************************************************
/* DSA 加密算法原理
/* Digital Signature Algorithm (DSA)是Schnorr和ElGamal签名算法的变种,
/* 被美国NIST作为DSS(DigitalSignature Standard)。
/* 算法中应用了下述参数
/
www.eeworm.com/read/320062/13433845
cpp des.cpp
#include "stdafx.h"
#include "加密算法.h"
#include "DES.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
///////////////////////////////////////
www.eeworm.com/read/320062/13433861
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/302793/13827335
+
# Microsoft Developer Studio Project File - Name="加密例程" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/156950/11751021
h password.h
class CPassWord
{
public:
CPassWord();
BOOL ecfile(LPCTSTR fpath);//给文件加密
BOOL dcfile(LPCTSTR fpath);//给文件解密
private:
_int64 m_change;//用于异或操作中
};