Comment by NikkiA
> I'm under the impression an executable binary shouldn't be easily read to find such credentials
Why would you assume that? binaries are perfectly easily readable on non-locked-down platforms.
You'd have to have a system where the executable is encrypted and a secure part of the CPU die handle decryption against a private key, and even then it'd probably be only a matter of time before someone delidded the chip to get the key.
> Why would you assume that?
I thought too highly of modern compiler string literal obfuscation.