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. Licensing, Encryption and .NET Reflector

Licensing, Encryption and .NET Reflector

Scheduled Pinned Locked Moved C#
csharpsecurityhelp
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.
  • P Offline
    P Offline
    PaleyX
    wrote on last edited by
    #1

    I am trying to create a simple encrypted licence file for my software. The software will have the decryption keys built in - just strings - but anybody can use .Net Reflector to decompile my code and look for the Key/IV strings. I am sure I am missing something as I am new to all this encryption malarkey and would appreciate any help you can offer on how I should be doing this. Thanks in advance

    J S 2 Replies Last reply
    0
    • P PaleyX

      I am trying to create a simple encrypted licence file for my software. The software will have the decryption keys built in - just strings - but anybody can use .Net Reflector to decompile my code and look for the Key/IV strings. I am sure I am missing something as I am new to all this encryption malarkey and would appreciate any help you can offer on how I should be doing this. Thanks in advance

      J Offline
      J Offline
      Javier Lozano
      wrote on last edited by
      #2

      You could use Dotfuscator to make your source a bit more secured if they try to decompile it. Just a thought. ~javier lozano (blog)

      1 Reply Last reply
      0
      • P PaleyX

        I am trying to create a simple encrypted licence file for my software. The software will have the decryption keys built in - just strings - but anybody can use .Net Reflector to decompile my code and look for the Key/IV strings. I am sure I am missing something as I am new to all this encryption malarkey and would appreciate any help you can offer on how I should be doing this. Thanks in advance

        S Offline
        S Offline
        Skynyrd
        wrote on last edited by
        #3

        First off, consider if your software is worth somebody spending the time to decompile your code just to be able to use your application and then publishing a license generator in the web. (Take into account that the average user will not have the skill to do this) If the answer is yes, then I wouldnt waste too much time...it'll get cracked anyways...just do a search in google for 'Keygen' and any software developer will cry himself to death. :p and I'm sure most of those apps have spend hours and money way beyond what ur will to try and stop that from happening.

        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