Wednesday, March 28, 2018

How and where do I store sensitive information in .NET Core console app

I am busy writing a .NET Core console app (which will become a .NET Core Global tool), and one of the things I need to do is store sensitive information such as GitHub access tokens, as my console app can access GitHub on behalf of the user. As part of the configuration process, when the user first runs the application, they will supply this information.

So what is the best way (or place) to store such sensitive information (which the user supplies at runtime) in a .NET Core console app?

Keep in mind that this app will run on Windows, macOS and Linux

How and where do I store sensitive information in .NET Core console app Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team