Python Forum
Securely storing API Keys in on Desktop app
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Securely storing API Keys in on Desktop app
#1
I have this scenario:
My .NET Desktop application executes Python scripts to access 3rd party applications. These applications often require Oauth2 authentification.
I dont want to expose my API keys in the C# source code (nor Python scripts source code). As far as I read there is no safe way to do it.
I expect to have to somehow navigate this workflow around a server of my own.

Does anyone have a suggestions how to deal with this situation?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Taking user input and storing that to a variable then storing that variable to a list jowalk 12 37,389 Mar-27-2017, 11:45 PM
Last Post: wavic

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020