MATLAB实现在JPEG图像嵌入信息的功能,但是调试还有些问题,需要改正。
2022-07-18 14:01:26 1KB jsteg_matlab
JSteg隐写算法,基于DCT系数的变换进行数字隐写,matlab代码,已实现,可运行。主要思想是将秘密消息嵌入在量化后的DCT系数的最低比特位上,但对原始值为0、1的DCT系数不进行嵌入。
2022-06-10 16:05:11 926KB JSteg隐写算法 DCT系数
jsteg一个用于在jpeg文件中隐藏数据的包,一种称为隐写术的技术。
2021-12-22 08:47:11 207KB Go开发-图片处理
1
采用JSteg方式实现DCT域隐写,简单易用
2021-11-06 14:25:26 166KB JSteg隐写
1
jsteg隐写MATLAB实现
2021-06-05 14:05:18 794KB jsteg MATLAB
1
数字图像隐写代码十分好, AppWizard has created this Hash application for you. This file contains a summary of what you will find in each of the files that make up your Hash application. Hash.vcproj This is the main project file for VC++ projects generated using an Application Wizard. It contains information about the version of Visual C++ that generated the file, and information about the platforms, configurations, and project features selected with the Application Wizard. Hash.cpp This is the main application source file. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named Hash.pch and a precompiled types file named StdAfx.obj. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" comments to indicate parts of the source code you should add to or customize.
2021-05-17 00:36:16 23KB JSTEG隐写
1
使用matlab实现的检测Jsteg隐写分析,能检测出图片是否经过隐写
2019-12-21 21:55:41 26KB Jsteg
1
MATLAB实现的空域LSB算法,可输入密钥加密文本信息,有较好的交互界面
2019-12-21 21:53:52 119KB MATLAB JPEG Jsteg 文本
1
JSteg隐写算法,基于DCT系数的变换进行数字隐写,matlab代码,已实现,可运行。主要思想是将秘密消息嵌入在量化后的DCT系数的最低比特位上,但对原始值为0、1的DCT系数不进行嵌入。
2019-12-21 20:16:24 794KB JSteg隐写
1
Jsteg是一种基于JPEG的常用信息隐藏算法步骤如下: 首先,把掩体图像分为不重叠的8*8的子块,对每一子块进行DCT并对变换得到的DCT系数进行量化;其次,将待隐藏的信息进行加密,将加密结果嵌入到量化后值不为0,1或-1的DCT系数的最 低有效位(LSB)中,其嵌入顺序是按zigzag扫描顺序进行的。最后,用JPEG的嫡编码(包括哈夫曼编码,游程编码及DPCM)对嵌入秘密信息后的每一子块进行编码,从而得到一个含有秘密信息的JPEG stego文件。
2012-02-26 00:00:00 369KB JSTEG隐写
1