Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2009
    Posts
    3

    Hide or encrypt files

    Hey guys

    I made a project with setup factory ,my set up file install pdf file and I dont know how to make it secure from user's copy ,cause there is a copy of the pdf file in programfile/my root , could you please help me

    HOW CAN I ENCRYPT THE FILE?

  2. #2
    Join Date
    Jun 2005
    Posts
    470
    AFAIK it's not possible to prevent copying of a file.

    Until the file is packed into your installer, it's safe. Before the installation you may ask for a serial number, perform online validation etc.
    But once the file is extracted and available on the target system, it can be copied and this can't be stopped.
    PDF's can be password protected, but this doesn't help as the password is static and can be distributed together with the file.

    Maybe the only way is to pack the file together with some sort of a viewer that evaluates a license which is machine-specific. But that's too heavy..

Posting Permissions

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