I need to develop an encrypted USB Flash drive to protect my data. Here is the high level idea:
- When USB will be plugged in PC, it will show one application, for example "openfile.exe"
- When I run the "openfile.exe" it will open the USB (need to give password) for saving other files in it.
- Now user can save file in the USB as usual which will be encrypted.
- When I plug out the USB from the PC and plugin again, it will start from Step 1
So user always see the "openfile.exe" after plugin it until they run my application placed in USB. And data will be secured.
I have no idea, how about creating Virtual USB Simulator? Any one have idea how to proceed?
Thank you.