Search found 2 matches

by jenkinsta
Mon Apr 19, 2021 1:24 pm
Forum: PowerShell
Topic: API Key security
Replies: 3
Views: 6810

Re: API Key security

it all works fine just need to obfuscate the clientid and key from reversing the exe. The module I am calling takes those two and validates then gets the token for later actions.
by jenkinsta
Mon Apr 19, 2021 12:39 pm
Forum: PowerShell
Topic: API Key security
Replies: 3
Views: 6810

API Key security

was reading this https://www.sapien.com/blog/2012/04/30/how-safe-are-credentials-in-script-packages/ about creds in code. What I have is an API client and key that I need to secure. Request-SpecialToken "EXAMPLEID" "EXAMPLEKEY" Anyway to secure that using the ConvertTo-SecureStri...