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.13k stars 206 forks source link

Compatibility with previous versions #34

Closed GeeK-Batman closed 3 years ago

GeeK-Batman commented 4 years ago

I have a task for my university module that requires I find hidden files. I have tried using the version they provided of openstego (6.1) but I get java errors and with 7.3 it tells me the version is incompatible. My assumption is the removal of DES Encryption. Would it be possible to allow this type, for example a check box to choose this but just make it not the default? Surely more options is better? I'm using Kali if that helps with any of the above.

syvaidya commented 4 years ago

DES is a broken algorithm and really unsafe to use, and so I had removed it. If you want to extract data from older versions, couldn't you use older version of OpenStego to extract too?