steganographer icon indicating copy to clipboard operation
steganographer copied to clipboard

Add auto detection extracted file name

Open icarusicarus opened this issue 3 years ago • 4 comments

  • Resolve TODO 2 : Add auto detection of the name of file to be extracted in new_main funtion
  • Auto name of extracted file is "[inputImage Name] [hideFile Name].[inputImage file format]" new_main_ver

icarusicarus avatar Oct 28 '21 05:10 icarusicarus

I was planning to add the hidden file name along with the hidden file contents itself. Because the hidden file name may contain hint about the file contents. This was the rough plan: Add some magic bytes to the hidden data, then add the file name after those magic bytes, then add "0x0000" as a separator, and after that we can have the hidden file content.

Let me know if you are willing to implement this, else I will do this update

priyansh-anand avatar Oct 29 '21 17:10 priyansh-anand

That's a good idea. I was misunderstand what you want to do. Now I'm completely understand and I want to implement it.

icarusicarus avatar Oct 29 '21 19:10 icarusicarus

Sure, you can go ahead and implement that :)

priyansh-anand avatar Oct 30 '21 06:10 priyansh-anand

Also, for the encrypted mode, encrypt the file name too

priyansh-anand avatar Oct 30 '21 06:10 priyansh-anand