Results 1 to 6 of 6

Thread: Protecting My Work

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2000
    Location
    Toronto, Canada
    Posts
    112

    Protecting My Work

    Is it possible to protect my asp pages. My client is attempting to resell my source code without my permission. Is there anyway to encrypt my code. I found a program called ASPCodeLock ... but I haven't tried it yet.

    Any suggestions.

    Thanks

  2. #2
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877
    If you are that worried then convert your asp code into DLL(COM Object) and then use them from asp. In that case the client wont be able to see your source.
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  3. #3
    Hyperactive Member
    Join Date
    Apr 2002
    Location
    uk
    Posts
    327
    My client is attempting to resell my source code without my permission
    Sue them!!

    Danials suggestion is a good one, since there really is no method of protecting the source via hard encrytption, as it must be plain text in order for the browser to read it.

  4. #4
    Fanatic Member
    Join Date
    Jun 2000
    Posts
    537
    we were having an app made for us by a company and when i looked at the .asp pages all the <%asp%> code was garbled.

    at the top of the page they had something that said ENCODE.

    there was more to it than that, i don't remember off the top of my head.

    I read about it and learned it could be cercumvented (un-encrypted) but that will stop most people.

    using a DLL is your best bet though.

    and a lawyer.....
    pnj

  5. #5
    Hyperactive Member
    Join Date
    Feb 2001
    Posts
    280
    hi-

    scanned ms's site - have a look here......

    might be of use

    http://msdn.microsoft.com/library/de...erOverview.asp

    should be goodenought like pnj said but read....

    quote:-

    Script Encoder is a simple command-line tool that enables script designers to encode their final script so that Web hosts and Web clients cannot view or modify their source. Note that this encoding only prevents casual viewing of your code; it will not prevent the determined hacker from seeing what you've done and how.

  6. #6
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    You need to look at the agreement you signed with your client before you did any work and make sure that they are not legally allowed to sell your work. In other words, they paid for it, they probably legally own it... and can do what they want with it, without your permission but every contract is different..
    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width