登录
首页 » Visual C++ » ImageCryption

ImageCryption

于 2012-01-04 发布 文件大小:15619KB
0 189
下载积分: 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 个回复

  • Protect.x.src
    加密程序的,实现了对代码的抽取乱序,区段加密和IAT的处理。 (Encryption procedures, the code of the extraction sequence, block encryption and IAT processing.)
    2015-06-30 17:11:18下载
    积分:1
  • CMAC
    在实现AES基础上,用C编写CMAC算法并调试通过。输入数据进行CMAC验证。(In the realization of AES based on the CMAC algorithm written in C and debugging. CMAC input data validation)
    2014-01-10 16:12:49下载
    积分:1
  • bl_des_test
    使用dll,将vc下进行文件加解密的blowfish方法做成dll文件,从而在vc中调用,隐藏加解密的参变量。(Using dll, under the vc the blowfish file encryption method made dll file, so call in vc, the hidden variable encryption and decryption of the parameters.)
    2010-08-30 18:56:22下载
    积分:1
  • RC4
    对RC4加密解密代码,可以自行修改密钥!类可以直接调用(RC4 encryption and decryption code, you can modify the key! Class can be called directly)
    2020-10-13 23:17:31下载
    积分:1
  • sha-256
    sha256的签名算法,纯C实现,已验证正确,在控制台上直接运行即可,(sha256 signature algorithm, pure C implementation ,has been verified properly and can be run directly on the console.)
    2021-04-28 16:08:43下载
    积分:1
  • diban
    转下的源代码程序,此程序需要密码,但可以正常使用,并可对后台进行部分修改(Transfer the source code under the program, this program requires a password, but can be used normally, it may also be part of the background changes)
    2009-12-14 23:09:16下载
    积分:1
  • SHA
    现代密码学课设——SHA(安全哈希算法Secure Hash Algorithm)算法编程(failed to translate)
    2013-05-03 16:14:26下载
    积分:1
  • sign
    对于ECC 进行加密解密运算,这里主要是ECDSA的签名(For ECC encryption and decryption operations, where mainly ECDSA signature)
    2020-07-03 20:00:01下载
    积分:1
  • 3des
    3Des encryption of text from a file, 3DES-EDC-CBC , using 3 keys
    2011-04-29 04:02:44下载
    积分:1
  • 373465435
    基于VB的M5数学密码算法源码,有需要的就下载吧。(VB-based M5 mathematical algorithm source code, there is a need to download it.)
    2013-08-13 23:07:29下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载