简体   繁体   中英

Can we programatically protect CD/DVD by password?

I wrote a program to burn CD in C#, but now I want to protect my CD by a password. Is it possible?

Yes. One solution would be.

1) Encrypt the real content on the DVD to a file
2) Make a application that decrypts it with your password
3) Add this decrypt application to CD autorun

AutoRun:
Is mostly disabled on machines by now, its default off in Vista+ and was disabled by Windows update in XP recently(And any admin is gonna disable this).

What this normaly means is that Windows will ASK if it should run the autorun application before its started ( Unlike before where it was just started).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM