Development of a system to detect hidden information in a document using steganography software

Steganography is the art of hiding secret information in plain sight. Manipulating the least significant bit (LSB) of the image’s pixel values is one of the most popular steganographic embedding method. This report documents the steps and development process of a software system that implements a si...

全面介紹

Saved in:
書目詳細資料
主要作者: Wuan, Neng Jie
其他作者: Chan Chee Keong
格式: Final Year Project
語言:English
出版: 2018
主題:
在線閱讀:http://hdl.handle.net/10356/74564
標簽: 添加標簽
沒有標簽, 成為第一個標記此記錄!
實物特徵
總結:Steganography is the art of hiding secret information in plain sight. Manipulating the least significant bit (LSB) of the image’s pixel values is one of the most popular steganographic embedding method. This report documents the steps and development process of a software system that implements a signature-based steganalysis approach based on Patterns of Pixel Differences and Random Embedding. Like other blind steganalysis attempts, there will be inherent uncertainties and does not guarantee 100% detection rates. The accuracy of detection depends on the trained Support Vector Machine (SVM) model used, and therefore, accuracy hinges on the type of training data and test images used. Ultimately, there is no universal model that can provide effective classification for any type of image.