C++: How to encrypt strings at compile time?

前端 未结 10 1258
北荒
北荒 2020-12-18 21:40

I want to hide some strings in my .exe so people can\'t simply just open the .exe and look at all the strings there. I don\'t care about the strength of the encrypting metho

10条回答
  •  既然无缘
    2020-12-18 22:28

    If you are only trying to hide the strings, then you could just try compressing your executable with something like UPX.

提交回复
热议问题