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. C#
  4. "Time bomb" (trial version-like)

"Time bomb" (trial version-like)

Scheduled Pinned Locked Moved C#
questionannouncementsalescollaboration
2 Posts 2 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.
  • G Offline
    G Offline
    gnjunge
    wrote on last edited by
    #1

    hi, Our marketing team wants to release a product that should run only run on the computer of the user for an X amount of days, after that it should just show some messagebox. Kind of like a time trial version. Now my question is, how can I make this as tamper proof as possible, since people can still put their windows clock 1 year back, and keep working with the program. Any hints and/or tips where I should look at? thanks, Gidon

    B 1 Reply Last reply
    0
    • G gnjunge

      hi, Our marketing team wants to release a product that should run only run on the computer of the user for an X amount of days, after that it should just show some messagebox. Kind of like a time trial version. Now my question is, how can I make this as tamper proof as possible, since people can still put their windows clock 1 year back, and keep working with the program. Any hints and/or tips where I should look at? thanks, Gidon

      B Offline
      B Offline
      Barm
      wrote on last edited by
      #2

      Hi... just a small suggestion... maybe you can build your application to do a date check upon every execution... as long as there is a difference between this captured date and the saved date... increase your counter by the difference (x) ... take it as the application has been running for x numbers of days... then save this new date... thus even if i were to set the date back 1 week... the program will acknowledge this as the program being used for 1 week... thus when the counter reaches, say 30... the trial period will end... make sure to encrypt the counter value... there is a way to tamper though... that would be for the user to set the date to the same as the first launch date everytime before starting the program... or they found a way to tamper with your counter value... just a suggestion... :)

      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