MMCRDCFeb 2, 2014

Steganography -- coding and intercepting the information from encoded pictures in the absence of any initial information

arXiv:1404.2237v12 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This work addresses a specific challenge in steganography for security and data analysis, but appears incremental as it focuses on testing existing algorithms on new hardware.

The paper tackles the problem of extracting hidden information from encoded images without any prior knowledge of encoding parameters, and demonstrates the implementation and performance testing of algorithms on parallel computing systems.

The work includes implementation and extraction algorithms capabilities test, without any additional data (starting position, the number of bits used, gap between the amount of data encoded) information from encoded files (mostly images). The software is written using OpenMP standard [1], which allowed them to run on parallel computers. Performance tests were carried out on computers, Blue Gene/P [2], Blue Gene/Q [3] and the system consisting of four AMD Opteron 6272 [4]. Source code is available under GNU GPL v3 license and are available in a repository OLib [5].

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes