登录
首页 » Visual C++ » ImageCryption

ImageCryption

于 2012-01-04 发布 文件大小:15619KB
0 247
下载积分: 1 下载次数: 15

代码说明:

  图像加密算法,很不错的东东。包含图像基本的加密算法(image cryption)

文件列表:

用C%2B%2B实现的图像加密和解密算法代码(功能强大)
...........................................\imgecrypt_cpp
...........................................\.............\CqOctree.cpp,14512,2001-11-06
...........................................\.............\Debug
...........................................\.............\.....\BuildLog.htm,13872,2011-12-09
...........................................\.............\.....\CqOctree.obj,19885,2011-12-09
...........................................\.............\.....\CqOctree.sbr,0,2011-12-09
...........................................\.............\.....\Dib.obj,162470,2011-12-09
...........................................\.............\.....\Dib.sbr,0,2011-12-09
...........................................\.............\.....\dibapi.obj,236669,2011-12-09
...........................................\.............\.....\dibapi.sbr,0,2011-12-09
...........................................\.............\.....\IP.obj,80757,2011-12-09
...........................................\.............\.....\IP.sbr,0,2011-12-09
...........................................\.............\.....\Jpeg.obj,39480,2011-12-09
...........................................\.............\.....\Jpeg.sbr,0,2011-12-09
...........................................\.............\.....\jpegshow.bsc,11930624,2011-12-09
...........................................\.............\.....\jpegshow.exe,393216,2011-12-09
...........................................\.............\.....\jpegshow.exe.embed.manifest,920,2011-12-09
...........................................\.............\.....\jpegshow.exe.embed.manifest.res,984,2011-12-09
...........................................\.............\.....\jpegshow.exe.intermediate.manifest,861,2011-12-09
...........................................\.............\.....\jpegshow.ilk,1950020,2011-12-09
...........................................\.............\.....\jpegshow.obj,37256,2011-12-09
...........................................\.............\.....\jpegshow.pch,28573696,2011-12-09
...........................................\.............\.....\jpegshow.pdb,4221952,2011-12-09
...........................................\.............\.....\jpegshow.res,5592,2011-12-09
...........................................\.............\.....\jpegshow.sbr,0,2011-12-09
...........................................\.............\.....\jpegshowDoc.obj,22854,2011-12-09
...........................................\.............\.....\jpegshowDoc.sbr,0,2011-12-09
...........................................\.............\.....\jpegshowView.obj,46527,2011-12-09
...........................................\.............\.....\jpegshowView.sbr,0,2011-12-09
...........................................\.............\.....\MainFrm.obj,35547,2011-12-09
...........................................\.............\.....\MainFrm.sbr,0,2011-12-09
...........................................\.............\.....\mt.dep,65,2011-12-09
...........................................\.............\.....\StdAfx.obj,466310,2011-12-09
...........................................\.............\.....\StdAfx.sbr,3360383,2011-12-09
...........................................\.............\.....\vc90.idb,977920,2011-12-09
...........................................\.............\.....\vc90.pdb,2027520,2011-12-09
...........................................\.............\Dib.cpp,53267,2011-12-09
...........................................\.............\Dib.h,6059,2007-02-03
...........................................\.............\dibapi.cpp,196313,2011-12-09
...........................................\.............\dibapi.h,7929,2001-11-16
...........................................\.............\Huffman.h,206,1999-05-14
...........................................\.............\IP.cpp,51076,2011-12-09
...........................................\.............\JCONFIG.H,1787,1997-01-30
...........................................\.............\Jmorecfg.h,12776,1999-05-04
...........................................\.............\Jpeg.cpp,13979,2003-07-26
...........................................\.............\Jpeg.h,2318,2003-07-29
...........................................\.............\JPEGLIB.H,45443,2003-07-20
...........................................\.............\Jpeglib2.lib,238698,2000-01-31
...........................................\.............\jpegshow.aps,27504,2011-12-09
...........................................\.............\jpegshow.clw,1952,2007-02-22
...........................................\.............\jpegshow.cpp,4057,2003-07-25
...........................................\.............\jpegshow.dsp,5254,2007-02-02
...........................................\.............\jpegshow.dsw,539,2003-07-20
...........................................\.............\jpegshow.h,1260,2003-07-24
...........................................\.............\jpegshow.ncb,13323264,2011-12-09
...........................................\.............\jpegshow.opt,60928,2007-09-05
...........................................\.............\jpegshow.plg,3975,2007-09-05
...........................................\.............\jpegshow.rc,9605,2003-07-26
...........................................\.............\jpegshow.sln,881,2011-12-09
...........................................\.............\jpegshow.vcproj,10768,2011-12-09
...........................................\.............\jpegshow.vcproj.公螳螂-PC.公螳螂.user,1415,2011-12-09
...........................................\.............\jpegshowDoc.cpp,1714,2003-07-25
...........................................\.............\jpegshowDoc.h,1536,2003-07-25
...........................................\.............\jpegshowView.cpp,4261,2003-07-30
...........................................\.............\jpegshowView.h,1728,2003-07-29
...........................................\.............\MainFrm.cpp,2129,2003-07-23
...........................................\.............\MainFrm.h,1466,2003-07-24
...........................................\.............\ReadMe.txt,4042,2003-07-20
...........................................\.............\Release
...........................................\.............\res

...........................................\.............\...\jpegshow.rc2,400,2003-07-20

...........................................\.............\Resource.h,496,2003-07-20
...........................................\.............\StdAfx.cpp,259,2011-12-09
...........................................\.............\StdAfx.h,1050,2007-02-03
...........................................\.............\使用说明请参看右侧注释====〉〉.txt,784,2010-04-08
...........................................\使用说明请参看右侧注释====〉〉.txt,784,2010-04-08

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • md5
    MD5是一种被广泛使用的“消息-摘要算法”。实际上就是一个单项散列函数。(MD5 is a widely used " message- digest algorithm." Is actually a single hash function.)
    2010-12-27 16:26:46下载
    积分:1
  • Rijndael_ECB
    AES加解密C语言源代码,可直接运行通过,方便大家借鉴学习(AES encryption and decryption of C language source code, can be directly run by, we facilitate learning from)
    2013-12-01 14:14:35下载
    积分:1
  • FlexNet-Publisher-Licensing-Toolkit_Install_V11
    FlexNet Publisher Licensing Toolkit 11.9.1 Installation Guide
    2012-01-07 18:49:56下载
    积分:1
  • SM4
    sm4国密对称算法源码和使用sample,请参考。。(sm4 source code sample)
    2016-01-16 12:08:00下载
    积分:1
  • vc694557882444
    说明:  用visual c++ 写的des加密算法演示 (with visual c write des encryption algorithm demo)
    2006-05-13 07:38:18下载
    积分:1
  • Hideseek_introduction
    Hideseek可将秘密文件隐写到指定图片中,并可检测隐写信息,本文是对该软件的使用说明。(hide &seek to run the file through individual test run normally. Hidden secret documents can be written to the specified picture, and can detect steganographic message.)
    2013-10-30 11:21:59下载
    积分:1
  • 3DES-CPP
    3des加密解密,des加密解密该算法通过编译,可以直接使用。(3DES encryption and decryption algorithms.)
    2014-02-07 15:40:00下载
    积分:1
  • Paillier
    Paillier加密算法的实现。产生512位大数,进行大数运算。1、产生密钥2、加密、3、解密。(Paillier encryption algorithm implementation. Produce 512 Tarsus, Tarsus operation performed. 1, 2 generates a key, encrypts, 3, decryption.)
    2021-03-02 17:59:34下载
    积分:1
  • DESmiyue
    这只是标准DES算法的例子,必须在WINDOWS环境下编译.(This is just the standard DES algorithm, which must be compiled in the WINDOWS environment.)
    2009-03-24 19:38:06下载
    积分:1
  • ECC_Paper
    关于ECC椭圆曲线加密算法在软件注册中的应用(The ECC Paper about software Registration)
    2013-09-18 23:47:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载