Skip to main content

A package for text steganography

Project description

Text Steganography


Table of Contents

  1. General Info
  2. Technologies
  3. Example
  4. FAQs

General Info


This project deals with hiding text message inside a image. Also called as Text Steganography. It is extremely useful technique for conceling text messages. In this project there are two function namely:

  • 'encode' which encode the entered text to an also image entered by a user.
  • 'decode' which decodes the text from the image which is previously encoded by the encode function.

Technologies


A list of libraries used within the project:

Example


Example to encode the text message to image

from TextStega import encode

# path(str) : "path of the image" 
# encode_text(str) : "Text to be encoded in the image"
image = encode(path, encode_text)  

Example to decode the text from the image

from TextStega import decode

# path(str) : path of the image which was previously encoded with the message. 
decoded_text = decode(path)

FAQs


A list of frequenctly asked questions

  1. What is text steganography? Steganography is the technique of hiding secret data within an ordinary, non-secret, file or message in order to avoid detection. More information can be found on this Wikipedia page.

  2. Where can I use this package? This tool is used to craftfully hide the data in images. So this package can be used to hide secret text messages by encoding them in images to maintain the secrecy.

  3. How does this algorithm works?

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

TextStega-0.0.5.tar.gz (4.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page