I'm currently developing a WPF project, the project is divided into layers. And one of the layers (class library) is called Security, that contains defined constants that I use as some key encryptions that use.
My question is, how can I protect these strings to any developer make reverse engineer?
Is there a secure way?
Thanks!