Hi,
I have an app Advanced BAT to EXE converter. The free version works fine, just that the EXE is not portable.
https://www.battoexeconverter.com/
It compiles BATCH file to EXE and also claims that it encrypts the source code when EXE is created. I have a batch file where I have hardcoded a password.
While I know it's not a good practice to hardcode passwords in code, for personal use how secure is the encrypted code from general security point of view. Does anyone have any idea?
Free version may not offer any email support so I do not know if developer would ever respond to my query.
Basically if I give my laptop to my relatives or leave it at the repair shop etc.
I do not have knowledge of de-compilation. However I tried opening it (the EXE) in Hex Editor and just scanned it for plain text password but I could not find any.
Thanks
I have an app Advanced BAT to EXE converter. The free version works fine, just that the EXE is not portable.
https://www.battoexeconverter.com/
It compiles BATCH file to EXE and also claims that it encrypts the source code when EXE is created. I have a batch file where I have hardcoded a password.
While I know it's not a good practice to hardcode passwords in code, for personal use how secure is the encrypted code from general security point of view. Does anyone have any idea?
Free version may not offer any email support so I do not know if developer would ever respond to my query.
Basically if I give my laptop to my relatives or leave it at the repair shop etc.
I do not have knowledge of de-compilation. However I tried opening it (the EXE) in Hex Editor and just scanned it for plain text password but I could not find any.
Thanks