A simple application to hide files inside JPG, MP3 and MP4 files.
- Download .NET 8.0 runtime from here.
- Launch Hider.exe
- Click on browse to select a base file which is used to hide the other files.
- Click on the
Add Files
button and add as many files as you want to add. If you accidently added file which you didn't intend to, you can select it from the list and click on theRemove Item
button. - Click on the
Hide File!
button to hide the files. A save file dialog appears. - Save the new file somewhere. (NOTE: The saved file will have the extension of the base file.)
- Right-click and open the saved file with an archive manager like WinRAR or 7-Zip to view the hidden files.
Open the output file with a zip archive application like WinRAR, WinZIP or 7-Zip and then extract the files.
The latest releases can be found here. Running these will require .NET 6.0 runtime which you can download from here.
You can build the project using any one of these following methods.
- Download and install .NET 8.0 SDK from here.
- Clone the repo and go to the root folder.
- Run
dotnet build
.
- Download and install Visual Studio Community Edition 2022 with the option "Desktop development with .NET" selected.
- Open FileHider.sln
- Build and run the project.