Source-linked AI summary

Steganography An Art of Hiding Data

Shashikala Channalli, Ajay Jadhav

arXiv:0912.2319v1cs.CR

TL;DR

The paper addresses covertly hiding information in public-facing displays, where encrypted communication can be identified through statistical tests. It proposes real-time steganography on instrument output screens using symmetric-key private marking and LSB embedding, enabling secret announcements in public places.

  • Problem

    Encrypted streams can lack covertness because eavesdroppers may identify them through statistical tests and capture them for cryptanalysis.

  • Method

    The scheme hides secret data in real-time output images by dividing them into key-defined blocks and modifying pixel LSBs according to pattern and message bits.

  • Results

    The proposed procedure can transmit large quantities of secret information, supports text messages, and is described as simple and easy to implement.

  • Takeaways & Limitations

    The method supports secret-message announcements through electronic billboards and can extend to advertising boards near stadiums, railway stations, or airports.

  • Takeaways & Limitations

    The paper identifies insufficient robustness against detection and removal of embedded data as an unresolved issue for steganography techniques.

Abstract

from arXiv · show

In today's world the art of sending & displaying the hidden information especially in public places, has received more attention and faced many challenges. Therefore, different methods have been proposed so far for hiding information in different cover media. In this paper a method for hiding of information on the billboard display is presented. It is well known that encryption provides secure channels for communicating entities. However, due to lack of covertness on these channels, an eavesdropper can identify encrypted streams through statistical tests and capture them for further cryptanalysis. In this paper we propose a new form of steganography, on-line hiding of information on the output screens of the instrument. This method can be used for announcing a secret message in public place. It can be extended to other means such as electronic advertising board around sports stadium, railway station or airport. This method of steganography is very similar to image steganography and video steganography. Private marking system using symmetric key steganography technique and LSB technique is used here for hiding the secret information.

I. INTRODUCTION

Steganography hides information inconspicuously within other data, with the central aim of concealing information effectively.

  • Steganography means hiding information in plain sight.The term derives from Greek for covered writing.
  • Steganography inconspicuously embeds data within other data.
  • Its main goal is to hide information well.

II. REQUIREMENTS OF HIDING INFORMATION DIGITALLY

Steganography uses diverse protocols and embedding techniques, but their correct application depends on satisfying several requirements.

  • Many protocols and embedding techniques can hide data in a given object.
  • Steganographic protocols and techniques must satisfy requirements for correct application.
  • The requirements govern how hidden data is embedded in a cover object.

ISSN : 0975-3397

A steganographic system must preserve hidden-data integrity while keeping the stego object visually unchanged. It also assumes the attacker knows hidden information exists.

  • The embedded hidden information must remain correct in the stego object.
  • The stego object should remain unchanged or almost unchanged to the naked eye.
  • Watermarking changes should not affect the watermark.
  • The attacker is assumed to know that hidden information exists in the stego object.

A . Embedding and detecting secret information

Steganography embeds secret information into a cover message through an encoder, sends the resulting stego object, and reverses the process to decode it.

  • The encoder receives a secret message and cover message to produce a stego image.One or several protocols are implemented inside the encoder to embed the secret information.
  • The stego object is transmitted through a communication channel to the intended recipient.Email is given as an example of a communication channel.
  • Decoding reverses encoding by extracting secret data from the stego object.The recipient feeds the stego object into the system and views the extracted secret information.
  • Decoding also requires the public or private key corresponding to the encoding key.

III. TYPES OF STEGANOGRAPHY

Steganography includes fragile and robust approaches, while the paper references a comparison of methods and notes potential advantages of combining sound and image techniques or expanding data capacity.

  • Fragile steganography embeds information that is destroyed when the file is modified.
  • Robust marking embeds information that cannot easily be destroyed.
  • The paper presents a table comparing various steganography methods and their advantages.
  • Combining sound and image techniques is identified as a possible approach.
  • Image-based approaches are described as offering greater scope for adding data.

IV PROPOSED WORK

The proposed work hides secret information in images displayed by electronic billboards, using steganography before transmission and a keyed LSB-based embedding process.

  • IV PROPOSED WORK: The method hides information in an instrument’s output image, such as an electronic advertising billboard, for secret public announcements.
  • IV PROPOSED WORK: Normal display data is sent to the board after secret data is hidden within it using a suitable steganography algorithm.
  • IV PROPOSED WORK: The embedding algorithm reads an image, divides it into R x C blocks determined by key bytes, and changes pixel LSBs according to pattern and message bits.
  • IV PROPOSED WORK: Pattern bits select whether the first or second pixel LSB is changed during embedding.
  • IV PROPOSED WORK: One secret-message bit is distributed across each block, and longer messages may be divided across two or three frames.
  • IV PROPOSED WORK: The key contains row, column, and pattern information, with larger key sizes making secrecy more difficult to suspect.

B. Performance Measures

Performance is assessed through hidden-data integrity, visual preservation of the stego object, extraction accuracy, and the operation of modules that create, embed, display, and decode data.

  • B. Performance Measures: The system’s performance depends on the overall implementation’s success against stated integrity, visual-preservation, and extraction-accuracy criteria.
  • B. Performance Measures: The implementation uses modules to create, delete, and modify advertisements, embed secret messages, display images, and decode information.
  • B. Performance Measures: The advertisement module creates an advertisement database and sends data to the system where information is hidden.
  • B. Performance Measures: The resulting stego image is sent to the display board, captured by a camera, and processed by the decoding module.
  • B. Performance Measures: The reported results include an image saved directly to the desktop after decoding.

VI CONCLUSION

The paper identifies unresolved robustness challenges in steganography, including detection and removal of embedded data, and calls for stronger evaluation standards. It presents the proposed scheme as capable of transmitting large quantities of secret information while supporting secure communication.

  • Many current steganography techniques are not robust enough to prevent detection and removal of embedded data.
  • Robust systems should preserve media quality after secret-data insertion and keep secret data undetectable without the key.
  • Multiple embedded data items should not interfere with one another, and secret data should survive attacks that do not degrade perceived quality.
  • The proposed scheme is described as transmitting large quantities of secret information and providing secure communication between two parties.
Loading 0912.2319v1…