Handling Secrets and Credentials

suggest change

Introduction

In Powershell, to avoid storing the password in clear text we use different methods of encryption and store it as secure string. When you are not specifying a key or securekey, this will only work for the same user on the same computer will be able to decrypt the encrypted string if you’re not using Keys/SecureKeys. Any process that runs under that same user account will be able to decrypt that encrypted string on that same machine.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Handling secrets and credentials:
* Handling Secrets and Credentials

Table Of Contents
1 Loops
11 Handling secrets and credentials
19 XML
22 Strings
25 Aliases
47 MongoDB
65 AWS S3