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

Support for semicolon (;) in filename #60

Open LorenzMichels opened 1 year ago

LorenzMichels commented 1 year ago

I would like have support for a semicolon. My filenames (hundred of thousands) are like this "2023-02-23 16;29;20 - R5__0526.jpg". Because windows doesn't support colons in filenames (these are used for drive separators) I use a semicolon instead. Openstego can't cope with that.