If I were to have a program where I used:
#define SECRETNUMBER "1234567890"
Would this be a potential security issue/vulnerability?
I have this bit of code with this define statement and naturally it seemed to me that since this information is just defined right at the top without encryption or anything, this might be a security risk. I just wanted to know what the exact reason is and how this might be exploited?