How to hardcore important strings in code?
Peter Volz
1,295
Reputation points
Hello,
My question only applies to VB.net WinForms GUI only apps, inside the code, I need to store and pass the expensive license keys to SDKs, store my own passwords for WebClient.Credentials etc.
Rather than encrypting strings done by the obfuscator at the end, is there anything on my own?
Microsoft says DE0001: SecureString shouldn't be used. Don't use SecureString for new code.
But that's for .NET and didn't mention what about .Net Framework 4.x ?
Thanks in advance for any valuable tips :)
https://github.com/dotnet/platform-compat/blob/master/docs/DE0001.md
Developer technologies VB
2,892 questions
Sign in to answer