I'm new with this, so this might be a stupid question for some of you but it's not for me, ok?
We have a console app which will be running in a external machine, this console app has our API Key to call our functions in Azure.
The API key right now is stored in an appsettings.json
file in clear text. Is there a way to encrypt that using PGP or anything else?
I did some research and the things I find wasn't related with API.
Thanks :)