Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.computer.security
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-11-2005, 06:55 AM
Julia Briggs
Guest
 
Posts: n/a
Default Is there a way to prevent files from being dragged-and-dropped from a CD?

Is there a hack, software utility or method to prevent a casual user
from copying a file from a CD? thanks! Julia


Reply With Quote
  #2 (permalink)  
Old 09-11-2005, 07:00 AM
Shenan Stanley
Guest
 
Posts: n/a
Default Re: Is there a way to prevent files from being dragged-and-dropped from a CD?

Julia Briggs wrote:
> Is there a hack, software utility or method to prevent a casual user
> from copying a file from a CD? thanks! Julia


Just like everything else - if the user can see the contents of the file -
they can copy it. Same is true for the Internet.. And it would be even
worse with a CD/DVD where the user has physical access to the media with the
data and unlimited time.

You are not the first to request this, for answers that other have gotten in
the past:

http://www.experts-exchange.com/Misc..._20657234.html

http://www.codeguru.com/forum/showth...ion+or+protect

http://www.webservertalk.com/archive...-1-105070.html

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html



Reply With Quote
  #3 (permalink)  
Old 09-11-2005, 02:15 PM
Notan
Guest
 
Posts: n/a
Default Re: Is there a way to prevent files from being dragged-and-dropped froma CD?

Julia Briggs wrote:
>
> Is there a hack, software utility or method to prevent a casual user
> from copying a file from a CD? thanks! Julia


While you haven't provided a whole lot in the way of details, exactly
what type of CDs are you trying to protect? Music CDs? Data CDs?

If they're files that *you* have burned to CD, you might consider
some type of files encryption.

Google "cd copy protection" and/or "cd encryption" for more answers.

Notan

Reply With Quote
  #4 (permalink)  
Old 09-11-2005, 05:58 PM
Imhotep
Guest
 
Posts: n/a
Default Re: Is there a way to prevent files from being dragged-and-dropped from a CD?

Julia Briggs wrote:

> Is there a hack, software utility or method to prevent a casual user
> from copying a file from a CD? thanks! Julia


When asking such a question you should post what OS you are talking about...

Im

Reply With Quote
  #5 (permalink)  
Old 09-11-2005, 06:04 PM
Shenan Stanley
Guest
 
Posts: n/a
Default Re: Is there a way to prevent files from being dragged-and-dropped from a CD?

Julia Briggs wrote:
> Is there a hack, software utility or method to prevent a casual user
> from copying a file from a CD?


Imhotep wrote:
> When asking such a question you should post what OS you are talking
> about...


Looking at the groups Julia posted to:

- alt.computer.security
- comp.publish.cdrom.software
- microsoft.public.windowsxp.general

I'd assume Windows XP - but you are correct - she should have stated that in
her post.

You've now tweaked my interest however.. Is there a way in one OS or another
to do this when you do not necessarily know the target OS of the person
receiving the media from which you do not want them to be able to copy the
files from yet still be able to use the files as intended?

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html



Reply With Quote
  #6 (permalink)  
Old 09-11-2005, 06:34 PM
Imhotep
Guest
 
Posts: n/a
Default Re: Is there a way to prevent files from being dragged-and-dropped from a CD?

Shenan Stanley wrote:

> Julia Briggs wrote:
>> Is there a hack, software utility or method to prevent a casual user
>> from copying a file from a CD?ile

>
> Imhotep wrote:
>> When asking such a question you should post what OS you are talking
>> about...

>
> Looking at the groups Julia posted to:
>
> - alt.computer.security
> - comp.publish.cdrom.software
> - microsoft.public.windowsxp.general
>
> I'd assume Windows XP - but you are correct - she should have stated that
> in her post.
>
> You've now tweaked my interest however.. Is there a way in one OS or
> another to do this when you do not necessarily know the target OS of the
> person receiving the media from which you do not want them to be able to
> copy the files from yet still be able to use the files as intended?
>


So, you want the user to be able to read the file but not copy it? If so, I
am not sure that is possible with the standard OS tools (file permissions,
etc) because to read something implies the ability to copy something. You
might have to insert some kind of middle layer (between the logical file
and the user) to accomplish this.

Let me know what you find out. That was an interesting question...

Im

Reply With Quote
  #7 (permalink)  
Old 09-11-2005, 06:50 PM
Torgeir Bakken \(MVP\)
Guest
 
Posts: n/a
Default Re: Is there a way to prevent files from being dragged-and-droppedfrom a CD?

Imhotep wrote:

> Shenan Stanley wrote:
>
>> (snip)
>>
>>You've now tweaked my interest however.. Is there a way in one OS or
>>another to do this when you do not necessarily know the target OS of the
>>person receiving the media from which you do not want them to be able to
>>copy the files from yet still be able to use the files as intended?

>
>
> So, you want the user to be able to read the file but not copy it? If so, I
> am not sure that is possible with the standard OS tools (file permissions,
> etc) because to read something implies the ability to copy something. You
> might have to insert some kind of middle layer (between the logical file
> and the user) to accomplish this.
>
> Let me know what you find out. That was an interesting question...
>
> Im

Hi,

If you can read a file, you can copy it as well, no way to stop that...

There is one exception to this:

Microsoft's "Windows Rights Management Services" (RMS) is an
option for documents and e-mails produced by Microsoft Office
2003 Professional (a pretty "heavy" solution though):

http://www.microsoft.com/windowsserv...t/default.mspx




--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx

Reply With Quote
  #8 (permalink)  
Old 09-11-2005, 09:58 PM
Imhotep
Guest
 
Posts: n/a
Default Re: Is there a way to prevent files from being dragged-and-dropped from a CD?

Torgeir Bakken (MVP) wrote:

> Imhotep wrote:
>
>> Shenan Stanley wrote:
>>
>>> (snip)
>>>
>>>You've now tweaked my interest however.. Is there a way in one OS or
>>>another to do this when you do not necessarily know the target OS of the
>>>person receiving the media from which you do not want them to be able to
>>>copy the files from yet still be able to use the files as intended?

>>
>>
>> So, you want the user to be able to read the file but not copy it? If so,
>> I am not sure that is possible with the standard OS tools (file
>> permissions, etc) because to read something implies the ability to copy
>> something. You might have to insert some kind of middle layer (between
>> the logical file and the user) to accomplish this.
>>
>> Let me know what you find out. That was an interesting question...
>>
>> Im

> Hi,
>
> If you can read a file, you can copy it as well, no way to stop that...
>
> There is one exception to this:
>
> Microsoft's "Windows Rights Management Services" (RMS) is an
> option for documents and e-mails produced by Microsoft Office
> 2003 Professional (a pretty "heavy" solution though):
>
>

http://www.microsoft.com/windowsserv...t/default.mspx
>


This type of technology is nothing more than the "middleware" I spoke of.
Even worse it appears to be proprietary...

Im

Reply With Quote
  #9 (permalink)  
Old 09-11-2005, 10:53 PM
jonah
Guest
 
Posts: n/a
Default Re: Is there a way to prevent files from being dragged-and-dropped from a CD?

On 10 Sep 2005 23:55:50 -0700, "Julia Briggs" <julia4_me@yahoo.com>
wrote:

>Is there a hack, software utility or method to prevent a casual user
>from copying a file from a CD? thanks! Julia


What about using PGP or similar and writing encrypted files to a CD
then e mail the key. Won't matter then if files are dragged and
dropped off the CD they are useless without a key. Actually I am not
sure its possible to do this I have never tried it, don't see why not
though on the surface.

Jonah

Reply With Quote
  #10 (permalink)  
Old 09-12-2005, 06:21 PM
Julia Briggs
Guest
 
Posts: n/a
Default Re: Is there a way to prevent files from being dragged-and-dropped from a CD?

I think it's going to be impossible to implement any sort broad
reaching protection with every OS -- because it's too late. That is,
too many operating systems have existed for too many years, at
different version levels, with mass userbases, that such a feature
wouldn't deter someone from popping a CD into a older machine? .....
but what if some modification to the CD could cause it to error on
"most" operating systems to deter casual duplication of files?

Not quite the same, but see:
http://www.cdmediaworld.com/hardware...otect_cd.shtml

Apparently someone figured out a minor edit to the CD that causes it to
copy a blank version of itself using popular copiers like NERO and
EasyCD.

No real 100% way to protect a CD against all attacks in this world, but
maybe some other method like this can deter 99% of people from
drag-and-dropping a file away from the CD folder. I know some people
drag and drop away from CD folders into media players -- but I imagine
there is a way.

For the life of me I can't find the thread, but I clearly read in a old
2000 posting that, I believe it was Sony, had disc-copy protection on
some music CD's that prevented the user from drag-and-dropping files
away from the CD!

.......Any existing commercial CD protection tools or ideas come to mind
by anyone to achieve this feat? Julia


Reply With Quote
  #11 (permalink)  
Old 09-12-2005, 06:35 PM
Unruh
Guest
 
Posts: n/a
Default Re: Is there a way to prevent files from being dragged-and-dropped from a CD?

"Julia Briggs" <julia4_me@yahoo.com> writes:

>I think it's going to be impossible to implement any sort broad
>reaching protection with every OS -- because it's too late. That is,


Sure. Burn the CD. even a few hundred degrees should do.
A CD is MEANT usually to be read. If a program can read it, it can copy it.
This is like asking "I am publishing a book. Is there any way I can prevent
the readers from copying out phrases from the book?"


>too many operating systems have existed for too many years, at
>different version levels, with mass userbases, that such a feature
>wouldn't deter someone from popping a CD into a older machine? .....
>but what if some modification to the CD could cause it to error on
>"most" operating systems to deter casual duplication of files?



As I said, make it unreadable to all.


>Not quite the same, but see:
>http://www.cdmediaworld.com/hardware...otect_cd.shtml


>Apparently someone figured out a minor edit to the CD that causes it to
>copy a blank version of itself using popular copiers like NERO and
>EasyCD.


>No real 100% way to protect a CD against all attacks in this world, but
>maybe some other method like this can deter 99% of people from
>drag-and-dropping a file away from the CD folder. I know some people
>drag and drop away from CD folders into media players -- but I imagine
>there is a way.


>For the life of me I can't find the thread, but I clearly read in a old
>2000 posting that, I believe it was Sony, had disc-copy protection on
>some music CD's that prevented the user from drag-and-dropping files
>away from the CD!


>......Any existing commercial CD protection tools or ideas come to mind
>by anyone to achieve this feat? Julia


Reply With Quote
  #12 (permalink)  
Old 09-12-2005, 07:48 PM
Shadus
Guest
 
Posts: n/a
Default Re: Is there a way to prevent files from being dragged-and-dropped from a CD?

On 2005-09-11, Julia Briggs <julia4_me@yahoo.com> blabbed:
> Is there a hack, software utility or method to prevent a casual user
> from copying a file from a CD? thanks! Julia


The simple answer is: no.

There is no real way to prevent duplication. Music cds are not directly
accessable with filenames generally.... they have to be ripped. Other
types of cds generally you can just copy them off there is no way to
prevent that... if your program has to be able to read the disk, then
anything has to be able to read the disk. You can put copy protection
in your program to some degree (safedisk, etc) but those are easily
bypassable to... and they dont prevent copying from the disk they just
prevent the program from running if its not a legitimate copy of the
disk. shrug. copy protection is a waste of time... its a simple patch
for most people wanting to break it and it only annoys average
non-technical usrs who have a drive that doesnt like it or something
similar. Unique serial numbers are a more effective system or a
hardware key of some kind, but even those are abusable.

Reply With Quote
  #13 (permalink)  
Old 09-12-2005, 11:17 PM
Bowgus
Guest
 
Posts: n/a
Default Re: Is there a way to prevent files from being dragged-and-dropped from a CD?

Seems to me like including a virtual machine along with the files might do
it :-)


"Julia Briggs" <julia4_me@yahoo.com> wrote in message
news:1126421750.358165.299080@o13g2000cwo.googlegr oups.com...
> Is there a hack, software utility or method to prevent a casual user
> from copying a file from a CD? thanks! Julia
>




Reply With Quote
  #14 (permalink)  
Old 09-13-2005, 03:50 AM
Winged
Guest
 
Posts: n/a
Default Re: Is there a way to prevent files from being dragged-and-droppedfrom a CD?

Bowgus wrote:
> Seems to me like including a virtual machine along with the files might do
> it :-)
>
>
> "Julia Briggs" <julia4_me@yahoo.com> wrote in message
> news:1126421750.358165.299080@o13g2000cwo.googlegr oups.com...
>
>>Is there a hack, software utility or method to prevent a casual user
>>from copying a file from a CD? thanks! Julia
>>

>
>
>


Manually editing TOC for the file concerned to indicate a billion byte
file (references address space not physically on CD) stops many casual
copiers, though if someone is used to such methods the CD can still be
copied by the astute. This can cause other issues depending on how you
use the file.

You can call the direct address from the disk without going through the
TOC but if you call the file via the TOC an error will occur. This also
requires the data to be written to the specific address location.

To make it more difficult to duplicate the disk you can create an
inappropriate sector length that will cause copiers like Roxio and Nero
to fail, but you can induce incompatibility with non-multi-session
capable drives.

These methods require direct editing of the master media.

Winged



Reply With Quote
  #15 (permalink)  
Old 09-13-2005, 06:44 AM
Isaac
Guest
 
Posts: n/a
Default Re: Is there a way to prevent files from being dragged-and-dropped from a CD?

On 12 Sep 2005 11:21:37 -0700, Julia Briggs <julia4_me@yahoo.com> wrote:
> I think it's going to be impossible to implement any sort broad
> reaching protection with every OS -- because it's too late. That is,
> too many operating systems have existed for too many years, at
> different version levels, with mass userbases, that such a feature
> wouldn't deter someone from popping a CD into a older machine? .....
> but what if some modification to the CD could cause it to error on
> "most" operating systems to deter casual duplication of files?


All music CDs require software support for "drag and drop" of music
files because there really is no file system or files on a music CD.
Things have evolved so that the software is more closely integrated
and you don't notice the complexity.

IMO even if newer and more complex protection methods are used, if an
expert learns to crack the protection, there are few technical obstacles
to making it easy for a "drag and drop" implementation to be produced
that even casual Windows fans can use.

Yes there are legal obstacles to distributing such software; namely the
anti circumvention provisions of the DMCA, but none of that seems to have
kept software for copying DVDs out of the hands of the public.

Isaac

Reply With Quote
  #16 (permalink)  
Old 09-13-2005, 08:30 PM
Julia Briggs
Guest
 
Posts: n/a
Default Re: Is there a way to prevent files from being dragged-and-dropped from a CD?

Hi Winged, could you simply elaborate a recommended tool and approach
to finding a file TOC? Thanks so much. Anything else you can share
regarding the inappropriate sector length would be excellent too.


Reply With Quote
  #17 (permalink)  
Old 09-17-2005, 01:43 AM
Julia Briggs
Guest
 
Posts: n/a
Default Re: Is there a way to prevent files from being dragged-and-dropped from a CD?

I am hoping if Winged or another super-brain out there can respond to
the possibility he suggests below. Thank you so much. Kindest regards,
Julia

#
Winged/
Manually editing TOC for the file concerned to indicate a billion byte
file (references address space not physically on CD) stops many casual
copiers, though if someone is used to such methods the CD can still be
copied by the astute. This can cause other issues depending on how you
use the file.

You can call the direct address from the disk without going through the
TOC but if you call the file via the TOC an error will occur. This
also requires the data to be written to the specific address location.

To make it more difficult to duplicate the disk you can create an
inappropriate sector length that will cause copiers like Roxio and Nero
to fail, but you can induce incompatibility with non-multi-session
capable drives.

These methods require direct editing of the master media.

Winged


Reply With Quote
  #18 (permalink)  
Old 09-17-2005, 10:06 PM
Bowgus
Guest
 
Posts: n/a
Default Re: Is there a way to prevent files from being dragged-and-dropped from a CD?

Here's an idea .. try "Google", "CD protection" ... 1st hit



Reply With Quote
  #19 (permalink)  
Old 09-18-2005, 04:11 PM
Winged
Guest
 
Posts: n/a
Default Re: Is there a way to prevent files from being dragged-and-droppedfrom a CD?

Julia Briggs wrote:
> I am hoping if Winged or another super-brain out there can respond to
> the possibility he suggests below. Thank you so much. Kindest regards,
> Julia
>
> #
> Winged/
> Manually editing TOC for the file concerned to indicate a billion byte
> file (references address space not physically on CD) stops many casual
> copiers, though if someone is used to such methods the CD can still be
> copied by the astute. This can cause other issues depending on how you
> use the file.
>
> You can call the direct address from the disk without going through the
> TOC but if you call the file via the TOC an error will occur. This
> also requires the data to be written to the specific address location.
>
> To make it more difficult to duplicate the disk you can create an
> inappropriate sector length that will cause copiers like Roxio and Nero
> to fail, but you can induce incompatibility with non-multi-session
> capable drives.
>
> These methods require direct editing of the master media.
>
> Winged
>

Well the billion byte file for example can not be dragged and
dropped..error will occur. But as stated the usefulness of the file is
limited as the address space must be directly accessed.

The second method does not prevent drag and drop but makes media
duplication much more difficult especially if programmatic calls are
made in the software.

Another method to prevent drag and drop of the file is to remove it from
the TOC. This file can be direct accessed by direct addressing the
location directly however it does not prevent disk duplication, and
standard file access methods that go though the TOC will fail.

I know of no method that would prohibit a legal TOC file from being
dragged and dropped in any of the various CD formats.

Winged

Winged

Reply With Quote
  #20 (permalink)  
Old 09-20-2005, 02:43 AM
Julia Briggs
Guest
 
Posts: n/a
Default Re: Is there a way to prevent files from being dragged-and-dropped from a CD?

If file(s) on a CD or DVD configured to auto-load is converted to a
billion byte+, would it run? Assuming Windows platforms here.


Reply With Quote
Reply

Thread Tools
Display Modes

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:41 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45