OpenStego icon

OpenStego For Linux

2.8/5 18
GPL    

A program/library for embedding data/messages into images (also known as steganography in security parlance).. #Embed data  #Embed messages  #Stenography software  #Stenography  #Image  #Message  

Description

features

changelog

Free Download

v Currently, it is written in Java, and supports only 24 bpp images.

For GUI:

java -jar < path >/openstego.jar

For command line interface:

java -jar < path >/openstego.jar -embed [options] < data_file > < img_file > OR java -jar < path >/openstego.jar -extract [options] < img_file > < output_folder >

For '-embed' command, OpenStego will embed the data into the given < img_file > and save the file as PNG after appending '_out' to the file name.

For '-extract' option, OpenStego will output the extracted data from < img_file > to the given < output_folder >.

[options] can be specified as '--name=value' pairs. Supported options are:

maxBitsUsedPerChannel - Max number of bits to use per color channel in the image for embedding data. This value can be increased at the expense of image quality, in case size of image is not able to accommodate the data (Default = 3) (Only applicable for '-embed' command)

useCompression - Flag to indicate whether compression should be used on the data or not (Default = true) (Only applicable for '-embed' command)

useEncryption - Flag to indicate whether encryption should be used on the data or not (Default = false) (Only applicable for '-embed' command)

password - Password to be used for encryption or decryption (Default = null)

What's new in OpenStego 0.5.2:

  • Fixed major bug where extract action was not working for RandomLSB plugin
Read the full changelog
User Comments
This enables Disqus, Inc. to process some of your data. Disqus privacy policy

OpenStego 0.5.2

add to watchlist add to download basket send us an update REPORT
  runs on:
Linux
  filename:
openstego-src-0.5.2.zip
  2 screenshots:
OpenStego - screenshot #1OpenStego - screenshot #2
  main category:
Multimedia
  developer:
  visit homepage