We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc39c38 commit b2936dbCopy full SHA for b2936db
credentials/read.ps1
@@ -2,6 +2,8 @@
2
# https://itflow.org
3
4
# Read credentials (originally called "logins")
5
+# Warning: Anyone in possession of the API Key & Decryption key can decrypt all credentials/logins via the API.
6
+# Whilst running this script directly on user endpoints is convenient, consider how you will keep the keys safe from compromise.
7
8
# API Key
9
$apiKey = "a1wEoh1F3omPhea6"
0 commit comments