Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add auto detection extracted file name #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

icarusicarus
Copy link

  • 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

@priyansh-anand
Copy link
Owner

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

@icarusicarus
Copy link
Author

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

@priyansh-anand
Copy link
Owner

Sure, you can go ahead and implement that :)

@priyansh-anand
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants