protecting CD contents

Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default protecting CD contents

    I want to create a front end to a CD that requires a password to access the
    PDFs contained on the CD.
    What is the best way to do this so that people cannot just simply open the
    PDFs in file manager?

    It's no good using password protection on the PDFs themselves because there
    are thousands so you'de need to type it in all the time (unfortunately no
    folder level options). I though perhaps there might be some Xtra like the
    PDF extra that packs all the PDFs into the projector as apposed to accessing
    them as external files?


    Rowan Ferguson Guest

  2. Similar Questions and Discussions

    1. Listing contents of a directory folder to contents ofdirectory
      cfdirectory listing... Here is my problem... I am listing directorys and when each directory is listed I want to list the contents of that...
    2. Protecting Video
      VJ, I'm looking for a way to protect my QT videos from being taken off the distributed cd-rom by the customer. Is there a way to prohibit someone...
    3. [PHP] Protecting a file via PHP.
      Hi, "Steve Jackson" <stephen.jackson@violasystems.com> wrote: Didn't really read this but... It should be "from" and not "to".
    4. [PHP] Protecting files with PHP
      Place a .htaccess in the files directory denying all access to it, and also possibly redirecting them to a login page. However since your users...
    5. Protecting ASP Code ???
      Is their anyway I can protect my asp code from being copied. I have created a number of include files that are quite useful and save a lot of time....
  3. #2

    Default Re: protecting CD contents

    I haven't tried it with pdf's yet but buddyAPI has a baEncryptFile
    function which *could* be used to make the pdf's unreadable outwith
    director. then it would be fairly easy to set up a password entry
    before the files are decrypted.

    hth,

    regards,

    richie


    On Mon, 1 Sep 2003 11:22:24 +1000, "Rowan Ferguson"
    <rowan@netimpact.com.au> wrote:
    >I want to create a front end to a CD that requires a password to access the
    >PDFs contained on the CD.
    >What is the best way to do this so that people cannot just simply open the
    >PDFs in file manager?
    >
    >It's no good using password protection on the PDFs themselves because there
    >are thousands so you'de need to type it in all the time (unfortunately no
    >folder level options). I though perhaps there might be some Xtra like the
    >PDF extra that packs all the PDFs into the projector as apposed to accessing
    >them as external files?
    >
    Richie Bisset Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139