syvaidya / openstego

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.
https://www.openstego.com
GNU General Public License v2.0
1.15k stars 212 forks source link

NO openstego.jar file #29

Closed mathewjseelan closed 5 years ago

mathewjseelan commented 6 years ago

whenever I try to run the application using the commands, it returns an error UNABLE TO ACCESS openstego.jar also this .jar file is not available in the cloned folder

djcopley commented 5 years ago

You have to build it using ant builder. In Linux run ant -f build.xml in the openstego directory.

syvaidya commented 5 years ago

@djcopley is correct. If you directly want to run, please download prebuilt binaries from release area.