I use AWS S3 in my C ++ application to upload and download files. I have included the passkey and secret in my code, but I am worried that someone might read them from the binary. Is there any standard method for obfuscating them?
Update: I do not run this application on a PC, it is actually on the built-in device, so I donβt worry about users reading the key and secret from a file or RAM (access to the device is much more difficult). It bothers me that someone hits our update file and pulls out the key and secret from the binary file.
source share