Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Regarding differnt formats

Regarding differnt formats

Scheduled Pinned Locked Moved Visual Basic
csharpwindows-adminhelp
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vijaylumar
    wrote on last edited by
    #1

    hai frnds i completed a project in vb.net 2.0 windows application i stored a key in windows registry this key is used to run the project but this key is visible to all and they can use it to run the project i have two choices 1)to make invisible the key in windows registry 2)store the key in differnt formats but how many formats , what formats --- no should break my key and use it to run the project the word "Format" is new to me plz help me ... if u know the solution for both the cases then plz sen to me.... thanks in advance vijay

    M D 2 Replies Last reply
    0
    • V vijaylumar

      hai frnds i completed a project in vb.net 2.0 windows application i stored a key in windows registry this key is used to run the project but this key is visible to all and they can use it to run the project i have two choices 1)to make invisible the key in windows registry 2)store the key in differnt formats but how many formats , what formats --- no should break my key and use it to run the project the word "Format" is new to me plz help me ... if u know the solution for both the cases then plz sen to me.... thanks in advance vijay

      M Offline
      M Offline
      Marc Soleda
      wrote on last edited by
      #2
      1. Encryption

      ... she said you are the perfect stranger she said baby let's keep it like this... Dire Straits

      1 Reply Last reply
      0
      • V vijaylumar

        hai frnds i completed a project in vb.net 2.0 windows application i stored a key in windows registry this key is used to run the project but this key is visible to all and they can use it to run the project i have two choices 1)to make invisible the key in windows registry 2)store the key in differnt formats but how many formats , what formats --- no should break my key and use it to run the project the word "Format" is new to me plz help me ... if u know the solution for both the cases then plz sen to me.... thanks in advance vijay

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        vijaylumar wrote:

        i have two choices

        No, you don't.

        vijaylumar wrote:

        1)to make invisible the key in windows registry

        This isn't possible since the user wouldn't be able to run the applicaiton because he/she wouldn't be able to read the key.

        vijaylumar wrote:

        2)store the key in differnt formats

        The different "format" would have to be an encrypted version of the key. But, since you're putting this key in the regsitry, what's to stop the user from just exporting the data from the registry and importing it into another machine and running your app?? Nothing!! Since your key probably isn't generated from any machine specific data, your code will never know that it's an illegal copy. Basically, any system you come up with yourself is going to be easily defeatable. Use a third party package instead. It's still no guarantee that your code won't be copied illegally, since any protection scheme can be cracked. Click here...[^]

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups