Re: Hiding the source code
I'll just chime in and say this:
don't confuse encoding with encryption. The Script Encoder is not meant to
be a bulletproof encryption product - it's good for deterring casual users
from grabbing your script source, but is actually fairly easy for a
determined attacker to reverse, so don't use it to protect sensitive
information.
--
Jason Brown
Microsoft GTSC, IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
"Nic Roche" <nicroche@xxxxxxxxxxx> wrote in message
news:%233J8wVMOFHA.164@xxxxxxxxxxxxxxxxxxxxxxx
>> How do i hide the source code of my page such that it can't be viewed on
>> a
>> web browser
> I expect you mean your script...
>
> You could encode your script..
>
> Do a google on VBScript +Encode.
>
>
> Nic
>
> "Earnie" <Earnie@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>
news:8177C689-C2A2-49FD-A072-50AF54C153BE@xxxxxxxxxxxxxxxx
>> How do i hide the source code of my page such that it can't be viewed on
>> a
>> web browser
>>
>> regards earnie
>
>
.
Relevant Pages
- minidom xml & non ascii / unicode & files
... at first i had no problem using python minidom and everything concerning my regex/xml processing works fine, until i tested my tool on some french page with "non ascii" chars and my script started to throw errors all over the place.. ... I've looked into the matter and discovered the unicode / string encoding processes implied when dealing with non ascii texts and i must say i almost lost my mind.. ... And can i decode it to unicode and encode it back to a byte string so i can use it in my code, with the charsets i want, like ... in the same idea could anyone try to post the few lines that would actually parse an xml file, with non ascii chars, with minidom. ... (comp.lang.python) - Re: Script Encoder
... but apparently it doesn't recognize the scrambled file as an encoded ... Microsoft VBScript compilation error '800a0400' ... I must mention that I INCLUDEd the encoded file within a non-encoded script ... included file contents to the main page and encode it then it works fine. ... (microsoft.public.windows.server.scripting) - Re: Encrypt Statrup Script Password Using Group Policy
... I have managed to find PrimalScript 2007 Enterprise which seems to be secure so far, you can create your VBS, encode to VBE and then compile this to an exe, the old version 4.1, created the .exe but when invoked, created a random .vbs/.vbe in temp, which you could easily read using the below decode script, I believe the .exe also works via gpo for startup scripts, from discussions with other IT professionals. ... If the script is .vbe they can run it as if they copied it locally and it ... (microsoft.public.windows.group_policy) - RE: Changing local admin PW using vb logon script - can it be encrypted?
... When you encode a vbscript, make sure the output file is given a .vbe ... Subject: RE: Changing local admin PW using vb logon script - can it be ... but isn't very strong encryption. ... security risks of having 1 password on all of our computers and are ... (Focus-Microsoft) - Re: Hiding the source code
... > How do i hide the source code of my page such that it can't be viewed on a ... I expect you mean your script... ... Do a google on VBScript +Encode. ... (microsoft.public.scripting.vbscript) |
|