How to store sensitive information like licences (for 3rd party components) or file decryption keys on client side computer?
At the moment this kind of information is written to settings file, what is included to dll. But if you decompile the dll, then you can find out the values.
The application is built in WPF and is mostly offline.