I have an application build in asp.net mvc.
This application stores sensitive encryption keys used by various methods.
However, somebody can easily read the security keys i use if they open the application dll using .NET Reflector
My question is:
The only solution of keeping these keys really secure is to use an obfuscation tool?
Are there other solutions?