Best way to store sensitive information at runtime?
For .NET Framework and .NET Core desktop apps, what's the best way to store sensitive information at runtime?
During the lifespan of these apps, they will retrieve three string values to be stored for later use. At some point, those values expire (app determines this) and new values are retrieved and need to be stored again.
Ideally, these values would not be visible to the end user running the apps.
0 comments:
Post a Comment