8 matches found
Steganography
Steganography Table of Contents Installation Byte Sequence Manipulation WavSteg LSBSteg StegDetect If you are unfamiliar with steganography techniques, I have also written a basic overview of the field in Steganography: Hiding Data Inside Data. Installation This project is on PyPI and can be...
stegify
stegify Overview stegify is a simple command line tool capable of fully transparent hiding any file within an image or set of images. This technique is known as LSB Least Significant Bit steganography Demonstration Carrier| Data| Result ---|---|--- | | The Result file contains the Data file hidde...
steganographer
Python 中的隐写术 此脚本可将文件隐藏到图像中,并将修改后的图像保存到磁盘。 可隐藏在图像中的文件大小上限取决于图像的尺寸。 root@kitploit: 最大文件大小 = 图像高度 图像宽度 6 / 8 字节 '100k words.txt' 被隐藏在 'originalimage.png' 中,生成的文件名为 'imagewith100k words.png'。 去检查一下,看你能不能发现这两张图片之间的区别。 你可以使用此模块从 'imagewith100k words.png' 中提取 '100k words.txt'。 示例 原始图像 修改后的图像 这张图片中隐藏了 10...
visual-forensic-steganography
Visual Forensic Steganography The VFS tool allows to perform visual attacks on different digital image formats. This feature is very useful for detecting the use of certain steganographic techniques, especially LSB Least Significant Bit, and for malware analysts analyzing pieces of stegomalware...
zsteg
zsteg Descripción detecta datos ocultos por esteganografía en PNG y BMP Instalación root@kitploit: gem install zsteg Detecta: Esteganografía LSB en PNG y BMP Datos comprimidos con zlib OpenStego Camouflage 1.2.1 LSB con el conjunto de Eratóstenes Uso root@kitploit: zsteg -h Usage: zsteg options...
LSB-Steganography
LSB-Steganography Python-Programm, das auf steganografischen Methoden basiert, um Dateien in Bildern unter Verwendung der Technik des niederwertigsten Bits zu verstecken. Ich habe die grundlegendste Methode verwendet, nämlich das niederwertigste Bit. Ein Farbpixel besteht aus Rot, Grün und Blau,...
From Noise to Meaning: Meaningful Secret Sharing with Tamper Detection for Facial Recognition
Popularity of AI-based face recognition system directly demands protection of sensitive biometric data used for training. Visual secret sharing is an interesting idea, as it splits facial images into secret shares that look random and spread across many institutions. However, these shares look li...
Steganography in contemporary cyberattacks
Steganography is the practice of sending data in a concealed format so the very fact of sending the data is disguised. The word steganography is a combination of the Greek words στεγανός steganos, meaning "covered, concealed, or protected", and γράφειν graphein meaning "writing". Unlike...