I need to write protect single USB drive write protected so that the data cannot be copied or even viewed.I want to lock a specific folder or if possible the complete USB memory from being copied or opened.Thanks in advance.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If it can’t be viewed and copied, than what is the purpose of writing to it??
If you want to make sure that only authorized programs / users can view the data, then you need to somehow validate if a program is authorized or not, which means that you have to enable reading (and thus copying) of the USB drive.
The other option is to use a password protected USB device from a company that produces them and ask them to put your data on it. Because as long as you intend to make password protection by yourself you will only end up with encrypted data/folder which will get decrypted if user enters correct password, which means that they will be able to copy (maybe not in a typical ctrl-C way, but using some different approaches) everything to computer.