Encrypting JS Code on wscript

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jason Davis

    Encrypting JS Code on wscript

    Hi there,

    Is it possible to encrypt/protect a source code of Javascript to be
    run on WSCRIPT (not on a webpage)?

    Thanks!

    ==
    Jas.
  • Ira Baxter

    #2
    Re: Encrypting JS Code on wscript


    "Jason Davis" <jasondavis19@h otmail.com> wrote in message
    news:9e03a267.0 309130002.60b35 bd5@posting.goo gle.com...[color=blue]
    > Is it possible to encrypt/protect a source code of Javascript to be
    > run on WSCRIPT (not on a webpage)?[/color]

    If WSCRIPT will run plain JavaScript, then it will run obfuscated
    JavaScript,
    and that might provide the protection you want.

    See


    This also works with web pages.


    --
    Ira D. Baxter, Ph.D., CTO 512-250-1018
    Semantic Designs, Inc. www.semdesigns.com


    Comment

    Working...