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... -
Here is the solution:
http://telecharger.vnunet.fr/telechargement/gestion+de+fichier/bat+to+exe+converter/_37222.html -
Hello,
If you are developing with Notepad++, select all the text, then go to Plugins > MIME tools > Base64 Encode.
To decrypt it, you do the same operation but choose the "Base64 Decode" button.
This may make your code heavier, but at least it is encrypted.
--
very young amateur in computer science