Hello

Where can I hide a password string inside a vc++ code, to not have it displayed in an hexa editor. If I make a simple:
char key[5]="pepe"
The hexa editor simple shows it unchanged.

What about placing it in a string table in resource editor?

What is safer option?

Thanks