Attached is a small example with confidential data.
Try compiling and then edit the exe with notepad ++.
Then Ctrl + F and look for "Login".
it is very easily discover Login and password.
For those who have private encryption keys and other sensitive data, this can not happen.
Do you know of any solution that can prevent this !?
Many Thanks for comments.
Pedro
Confidential data exposed in exe
Confidential data exposed in exe
- Attachments
-
- Login.rar
- (982 Bytes) Downloaded 1019 times
Pedro Alexandre
Re: Confidential data exposed in exe
Hi Pedro,
Simply save secret password in encrypted file, do not put it to source code.
When run program, read file and decrypt
Simply save secret password in encrypted file, do not put it to source code.
When run program, read file and decrypt
Re: Confidential data exposed in exe
If you must put the password in the EXE, you can enter it in your code as a 32-character Md5Hash().
Look at \exp20\samples\md5hash
Look at \exp20\samples\md5hash
The eXpress train is coming - and it has more cars.