PC Review


Reply
Thread Tools Rate Thread

Avi file protection

 
 
Washington
Guest
Posts: n/a
 
      21st Sep 2005
I have some private wmv and avi files. I would like to protect these files
programmatically.

One idea is to make some player with c# and use these files only with this
player.

Do you have some ideas how I can do that?

Can you point me to specific information? If possible, real code samples.

Thanks in advance


 
Reply With Quote
 
 
 
 
=?Utf-8?B?TWFyc2hhbCBbRGlyZWN0WCBNVlAgMjAwM10=?=
Guest
Posts: n/a
 
      22nd Sep 2005
One idea is that you could write a utility to box and unbox an arbitrary
file. I mean, take an AVI file, and save it into a BIN file (where by BIN, I
mean any file extension you have associated with your utility program). Your
program could write additional information into your BIN file that tells
about the original file's name and extension.

When double clicking on one of your BIN files, your utility could extract
the AVI (it really works with any original file), decrypt it into a temporary
file location, use Shell Execute to launch the associated program (e.g.
Windows Media Player), wait for that process to finish, and then delete the
temporary file.

That would allow you to protect any file. From the perspective of
double-clicking your BIN file, it looks like it's opened directly into
whatever program regularly services the original file. Although, if you edit
and save, it's not going to modify your BIN because it's really processing
from a temporary location. However because your utility waits for the
termination of the ShellExecute, your utility could look for changes in the
temporary file and then automatically update your BIN file.

For any additional help, or to have this product created for you, please
mail half of the $10000 payment in advance.

"Washington" wrote:

> I have some private wmv and avi files. I would like to protect these files
> programmatically.
>
> One idea is to make some player with c# and use these files only with this
> player.
>
> Do you have some ideas how I can do that?
>
> Can you point me to specific information? If possible, real code samples.
>
> Thanks in advance
>
>
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows File Protection and System File Checker Stephen Windows XP Performance 0 25th Jul 2007 11:39 AM
Windows File Protection SFC wants nonexistant file needlove Windows XP Performance 6 29th Aug 2006 04:05 PM
Windows File Protection System File Checker problem needlove Windows XP Performance 2 22nd Aug 2006 05:19 PM
Remove file Protection from an Excel workbook file from others =?Utf-8?B?d2hpc3RsZXJfeg==?= Microsoft Excel Misc 2 12th Dec 2005 06:35 PM
System File Checker / Windows File protection Ruel Sarno Microsoft Windows 2000 File System 1 21st Aug 2003 12:44 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:29 PM.