Openstego Versions Save

OpenStego is a steganography application that provides two functionalities: a) Data Hiding: It can hide any data within an image file. b) Watermarking: Watermarking image files with an invisible signature. It can be used to detect unauthorized file copying.

openstego-0.8.6

1 year ago

Changelog

  • Follow XDG spec to store openstego configuration file

openstego-0.8.5

1 year ago

Changelog

  • Handle file size not enough in case of embed watermark operation.
  • Handle case where some files fail processing during wildcard operations.
  • Handle JPEGs where APP0 marker is not the first in JFIF metadata. JDK fails reading such files even if image body is fine. Check https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6488904

openstego-0.8.4

2 years ago

Changelog

  • Fixed EXIF data handling that was incorrectly copying over ICC profile data and messing up colors in some JPEGs

openstego-0.8.3

2 years ago

Changelog

  • Fixed regression that broke command line parsing

openstego-0.8.2

2 years ago

Changelog

  • Fixed severe regression that broke basic embed/extract functionality in v0.8.1
  • Added AppPublisher information in InnoSetup file

openstego-0.8.0

3 years ago

Changelog

  • Reduced memory consumption drastically for embed/extract operations
  • Added RPM package

openstego-0.7.4

3 years ago

Changelog

  • Fixed alpha channel handling for PNG files with transparency
  • Fixed NullPointerException happening on first time launch

openstego-0.7.3

6 years ago

Changelog

  • Fixed EOL for shell scripts
  • Fixed error where in some cases JPEG writing was failing

openstego-0.7.2

6 years ago

Changelog

  • Added support for Java 9
  • Removed DES algorithm as it is not secure

openstego-0.7.1

7 years ago

Changelog

  • GUI changes to support window resizing
  • File permissions fix for Linux
  • Added support for changing JPEG compression level (via openstego.ini file)
  • Maintain metadata while writing images (e.g. EXIF for JPEG)