Changelog
OpenStego v0.5.0
- Added support for bulk embedding of messages. Now, multiple files can be selected or wildcard can be provided for cover files
OpenStego v0.4.2
- Minor bugfixes
- Added support for new algorithm - RandomLSB. This uses Least Significant Bits of image pixels in a pseudo-random manner, and so it becomes very difficult to detect the stegged data using statistical methods. This method is slower compared to regular LSB, but it is more secure
OpenStego v0.4.0
- Added support for external plugins so that other algorithms like DCT/FFT can be used
OpenStego v0.3.2
- Fully revamped the command-line syntax to make it more conventional in nature
- Added support for reading message file from stdin
- Added support for writing stego file to stdout
- Added support for masked password entry on command-line
OpenStego v0.3.1
- Added support for Randomly Generated Image to be used as Cover file
- Added command line option to list down the supported read/write image formats
- JAI (https://jai.dev.java.net) can be installed for support for additional image formats
- Fixed a bug, where channgelBitsUsed was written wrongly in the header data
- Added check for extension for Output Image File selection
- Added header versioning support for compatibility check in future versions
OpenStego v0.3.0
- Added support for password based encryption of the data
OpenStego v0.2.0
- Added simple Swing GUI
- Added support for localization (resource bundles)
OpenStego v0.1.1
- API Documentation added
- Changed API methods so that it makes more sense
- Fixed the bug where data was lost when '--useCompression=true' was used
OpenStego v0.1.0