Tagged Questions

11
votes
13answers
5k views

How to hide a string in binary code?

Sometimes it make sense to hide string value from binary (executable) file. For example, it really make sense to hide encryption key from executable file. What I mean when I say "hide"? Such code: ...