mangle .bat file

  • Thread starter Thread starter Martin Schmid
  • Start date Start date
M

Martin Schmid

I though I remember there being a Windows utility that would mangle a .bat
file's contents, but it would still execute... i.e., a .bat file may
contain:
net use \\server\share /user:<username> <password>

Obviously, the password would be in clear text, however, I though that there
was a way to mangle the file, such that the contents couldn't be read in
plain text, but would still function....

Any ideas?

Thanks,
MS, MCSE, MCDBA
 
I think your talking about a batch file compiler, aka; A BAT to EXE program.

Dave



"Martin Schmid" <atearthlinkdotnet.martinschmid> wrote in message
| I though I remember there being a Windows utility that would mangle a .bat
| file's contents, but it would still execute... i.e., a .bat file may
| contain:
| net use \\server\share /user:<username> <password>
|
| Obviously, the password would be in clear text, however, I though that there
| was a way to mangle the file, such that the contents couldn't be read in
| plain text, but would still function....
|
| Any ideas?
|
| Thanks,
| MS, MCSE, MCDBA
|
|
 
Perhaps... but I though there was something that left it in a hashed format,
rather than a compiled format.
 
Back
Top