Hi, I am encrypting a file using a private key, and my program is decrypting it using the public key compiled in the binary.
The question is how to protect my public key against binary analysis within the binary? I do not want someone to replace it with their own public key and hence encrypting my program's input using their private key. Any ideas please? Thanks