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. Network licence

Network licence

Scheduled Pinned Locked Moved C#
sysadminhelptutorialquestion
3 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.
  • V Offline
    V Offline
    viciouskinid
    wrote on last edited by
    #1

    I am developing some engineering software. It is going quite well and I want to implement network licencing as the copyright protection system for my program. this seems to be the standard for software in my industry basically I believe it works by giving the server a fixed number of licences and it dishes them out to users as required. A popular drafting program, autocad, works like this. My problem is that I have no idea how to implement this in my program. I am not experianced with dealing with servers and cannot find any example code to work with. I have found code that implements licenceing by handing out a key with the software but it isn't as secure as I would like. Can anyone help me out with some open source software? Would also be interested in commercial software. Thanks

    L 1 Reply Last reply
    0
    • V viciouskinid

      I am developing some engineering software. It is going quite well and I want to implement network licencing as the copyright protection system for my program. this seems to be the standard for software in my industry basically I believe it works by giving the server a fixed number of licences and it dishes them out to users as required. A popular drafting program, autocad, works like this. My problem is that I have no idea how to implement this in my program. I am not experianced with dealing with servers and cannot find any example code to work with. I have found code that implements licenceing by handing out a key with the software but it isn't as secure as I would like. Can anyone help me out with some open source software? Would also be interested in commercial software. Thanks

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      Hi, it is a complex matter; several companies offer related services and products; here are some links: http://pcwin.com/Software_Development/Management___Distribution/Manco__Net_Licensing_System/index.htm[^] http://www.copyminder.com[^] http://www.codeproject.com/csharp/swactivation.asp[^] http://www.codeproject.com/useritems/Bluetooth_Manager.asp[^] http://www.ntcore.com/phoenix.php[^] http://dunnchurchill.com/support/documentation/diamondlicensing/DiamondLicensingGettingStarted.pdf[^] http://www.esecutech.com/[^] http://www.siliconrealms.com/[^] http://www.shareit.com/[^] PS: I haven't used any of them! And then, if a small part of your code is critical, you should be aware that managed code can easily be reverse-engineered using tools such as Reflector; some protection against that is offered by "obfuscators", their value is debatable though. :)

      Luc Pattyn [Forum Guidelines]

      V 1 Reply Last reply
      0
      • L Luc Pattyn

        Hi, it is a complex matter; several companies offer related services and products; here are some links: http://pcwin.com/Software_Development/Management___Distribution/Manco__Net_Licensing_System/index.htm[^] http://www.copyminder.com[^] http://www.codeproject.com/csharp/swactivation.asp[^] http://www.codeproject.com/useritems/Bluetooth_Manager.asp[^] http://www.ntcore.com/phoenix.php[^] http://dunnchurchill.com/support/documentation/diamondlicensing/DiamondLicensingGettingStarted.pdf[^] http://www.esecutech.com/[^] http://www.siliconrealms.com/[^] http://www.shareit.com/[^] PS: I haven't used any of them! And then, if a small part of your code is critical, you should be aware that managed code can easily be reverse-engineered using tools such as Reflector; some protection against that is offered by "obfuscators", their value is debatable though. :)

        Luc Pattyn [Forum Guidelines]

        V Offline
        V Offline
        viciouskinid
        wrote on last edited by
        #3

        thanks very much for the links. I will have a look.

        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