Need to encrypt ASP source code

Discussion in 'C#' started by iwm1979, Apr 9, 2007.

  1. #1
    I have an ERP software developed in ASP. I am worried that the source code may be 'stolen' by competitors. Is there any way the source code could be encrypted or hidden?

    I do not want to use a different web server due to this encryption.

    Thanks for your responses.
     
    iwm1979, Apr 9, 2007 IP
  2. saurabhj

    saurabhj Banned

    Messages:
    3,459
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    0
    #2
    How one can steal ASP code?
     
    saurabhj, Apr 10, 2007 IP
  3. iwm1979

    iwm1979 Well-Known Member

    Messages:
    835
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    130
    #3
    I am selling this software to institutions. The servers can be accesed by others. The code can be copied from the hard disk and placed in other systems and used.
     
    iwm1979, Apr 10, 2007 IP
  4. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #4
    I would advise writing COM objects that can only be used with a certain encrypted registry setting exists on the web-server. Then you can have your ASP always just use COM objects, and your COM Objects will only work if the registry value is correct :)
     
    ccoonen, Apr 10, 2007 IP
  5. John@PP

    John@PP Peon

    Messages:
    33
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    You could use something like protware.com to encrypt the source but I would suggest including some function that callsback to your site and checks the list of ok sites against the url its being run on and then disable itself or alert you if its not legit.
     
    John@PP, Apr 10, 2007 IP
  6. iwm1979

    iwm1979 Well-Known Member

    Messages:
    835
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    130
    #6
    But can this registry setting not be copied?


    I would have loved this.. only issue is most of the times the software is used without access to the internet.
     
    iwm1979, Apr 10, 2007 IP
  7. briansol

    briansol Well-Known Member

    Messages:
    221
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    110
    #7
    COM and/or DLL is the best way.
     
    briansol, Apr 11, 2007 IP