Encrypt the code of a .bat file
Solved
simo--joker
Posted messages
103
Status
Member
-
logon313 Posted messages 50 Status Member -
logon313 Posted messages 50 Status Member -
Bonjour,
to everyone,
here is what I want to do: make the code of a bat file unreadable without crashing it.... lol. Do you have any links to utilities? I don't want to create something overly secure, just something to discourage anyone who might want to copy and modify the code.
Thank you all
to everyone,
here is what I want to do: make the code of a bat file unreadable without crashing it.... lol. Do you have any links to utilities? I don't want to create something overly secure, just something to discourage anyone who might want to copy and modify the code.
Thank you all
Configuration: Windows XP Internet Explorer 7.0
4 answers
The Bat file is an interpreted command file. The crypter would require a shell that understands this encryption.
Otherwise, you can convert it to .exe:
http://www.commentcamarche.net/forum/affich 1640286 convert bat to exe
http://telecharger.vnunet.fr/telechargement/gestion+de+fichier/bat+to+exe+converter/_37222.html
Note: I haven't tested any of this...
Otherwise, you can convert it to .exe:
http://www.commentcamarche.net/forum/affich 1640286 convert bat to exe
http://telecharger.vnunet.fr/telechargement/gestion+de+fichier/bat+to+exe+converter/_37222.html
Note: I haven't tested any of this...