Y
Y
Yuri Evstafyev2017-11-15 15:47:43
API
Yuri Evstafyev, 2017-11-15 15:47:43

How to store API keys in a WPF application?

What is the best way to store keys and secrets for using third party APIs in a WPF (C#) application? The Azure KeyVault option doesn't work.
It is possible to use your own server, but at the same time I would like to do without proxying all requests to the API through it, but simply get the key / secret, while the user cannot intercept it and use it for his own purposes. Perhaps there are ready-made solutions for such tasks?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Taratin, 2017-11-15
@yevstafyev

Skip https connections to api only with the certificate that is used on the api site.
Get the keys themselves via https from your server with a self-signed certificate, do not allow other certificates.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question