LSB 翻动以执行隐写术我要分享

LSB Flipping to implement steganography

matlab

关注次数: 166

下载次数: 0

文件大小: 1.88 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:最低有效位 (LSB) 嵌入的是一个简单的策略来执行隐写术。像所有的隐写方法,它将数据嵌入到盖以便它无法检测到一个临时的观察员。技术的原理是从图像中的数据的信息替换一些在一个给定的像素信息。


English Description:

Least Significant Bit (LSB) embedding is a simple strategy to implement steganography. Like all steganographic methods, it embeds the data into the cover so that it cannot be detected by a casual observer. The technique works by replacing some of the information in a given pixel with information from the data in the image.


代码预览