TicTacTech.net Forums
Powershell SecretStore - Safely Use Credentials or API keys within Script - Printable Version

+- TicTacTech.net Forums (https://tictactech.net/forum)
+-- Forum: Technology (https://tictactech.net/forum/forumdisplay.php?fid=4)
+--- Forum: Coding and Webmastering (https://tictactech.net/forum/forumdisplay.php?fid=6)
+--- Thread: Powershell SecretStore - Safely Use Credentials or API keys within Script (/showthread.php?tid=56)



Powershell SecretStore - Safely Use Credentials or API keys within Script - tictactech.net - 11-19-2023

Powershell SecretStore - Safely Use Credentials or API keys within Script


When using powershell for scripting, you may need to store credentials within the script. This is insecure especially when dealing with an API key. The preferred way to deal with this is using the powershell SecretStore module. I will go over how to install this module and configure it to allow you to store credentials within a script in an easy and secure way.

Read More …


https://tictactech.net/category-blog/powershell/powershell-secretstore-safely-use-credentials-or-api-keys-within-script