1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Any encoders for ASP?

Discussion in 'C#' started by Sam Granger, Jan 5, 2007.

  1. #1
    Hello guys!

    Just wondering if any of you know of any ASP encoders. Something like zend, ioncube or sourceguardian but for ASP instead of PHP.
     
    Sam Granger, Jan 5, 2007 IP
  2. sunpost

    sunpost Peon

    Messages:
    23
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
  3. Talker

    Talker Notable Member

    Messages:
    2,795
    Likes Received:
    108
    Best Answers:
    0
    Trophy Points:
    210
    #3
    I downloaded and installed the setup exe...
    Do you know how to use it ?
     
    Talker, Jan 8, 2007 IP
  4. sunpost

    sunpost Peon

    Messages:
    23
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    open the help file screnc.chm in the installation folder(C:\Program Files\Windows Script Encoder)
     
    sunpost, Jan 8, 2007 IP
  5. Talker

    Talker Notable Member

    Messages:
    2,795
    Likes Received:
    108
    Best Answers:
    0
    Trophy Points:
    210
    #5
    Cool... thanks for the answer i'll take a look at it right now :)
     
    Talker, Jan 8, 2007 IP
  6. DaDMan

    DaDMan Guest

    Messages:
    566
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    0
    #6
    DaDMan, Jan 10, 2007 IP
  7. sunpost

    sunpost Peon

    Messages:
    23
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    you are right DaDMan, encoding is not encrypting. moving the code into a COM component will help improve the protection of your property.
     
    sunpost, Jan 11, 2007 IP
  8. DaDMan

    DaDMan Guest

    Messages:
    566
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Yes sunpost, and that would be one of the benefits amongt all others to switch to dot net right? I am not really myself in dot net yet.. should be thought! hehe.. but I've been working a bit with it and the complete website is in fact a dll.. therefore unreadable.
     
    DaDMan, Jan 11, 2007 IP
  9. sunpost

    sunpost Peon

    Messages:
    23
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    absolutely, the .NET framework provides many improvements over asp, although it does come with a slight learning curve ;)
     
    sunpost, Jan 11, 2007 IP
  10. MattD

    MattD Peon

    Messages:
    161
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #10
    The trouble with .NET is although it does compile down to a DLL (the code behind stuff anyway), this DLL can be trivially decompiled leaving the "attacker" with complete and fully functional code.


    Anyway for the OP - not sure what you want an encoder for here really? If you are trying to "hide" the code from people copying stuff then this is not needed; the server will process all of your ASP code and convert it to HTML **before** it gets sent to the browser. No code gets sent, only the results of running the code.
     
    MattD, Jan 14, 2007 IP