Results 1 to 3 of 3

Thread: Verifying

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2001
    Location
    Netherlands
    Posts
    16
    Hi,
    I am making a VB program to prevent documents (scores in .awd format) from being distributed illegally. The documents can only be opened in my 'Shake-It' program. The program works, (see my site) but things can be more sophisticated.

    1) Is there a way to protect a document with a password from code? Users are not allowed to see this password.
    2) Is there a way to identify a computer? Now the program generates an IDcode on first run, and stores it with SaveSetting(). Smart users can copy this ID to other comps.

  2. #2
    Guest
    For #1) I believe you are looking for some sort of encryption, am I correct? If so, search www.planet-source-code for "Encryption" There are all sorts of examples, so you can choose one that best suits you.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Mar 2001
    Location
    Netherlands
    Posts
    16
    Thanks Megatron.
    The www. planet link doesn't work at the moment, but I'll try later.

Posting Permissions

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



Click Here to Expand Forum to Full Width