Tagged Questions

3
votes
1answer
484 views

Using Secure String and Keeping it Secure

So the .NET framework provides the SecureString class for storing strings in a secure fashion. But to read the information and work with it you have to return it to a standard string. See this ...
2
votes
1answer
132 views

.net - What is the best practice for securing WPF application configuration settings?

I am aware that this is a more subjective question than is preferred, but I couldn't think of a better place or way to ask it. I am developing a WPF application, and I have configuration settings in ...
1
vote
3answers
1k views

Alternatives to dotfuscator suite?

I've been looking for solutions that provide a couple of types of protection and dotfuscator has been what I've landed on each time I look. Specifically, I like: code obfuscation their usage ...