From 8f55acf20688535084d0f08f5c6aa080db56464c Mon Sep 17 00:00:00 2001 From: Mark Iannucci Date: Fri, 17 Dec 2021 12:23:31 -0700 Subject: [PATCH] Add a link to improve navigability --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb87754..73399cb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PowerShell SecretStore module -This module is an extension vault for the PowerShell SecretManagement module. +This module is an extension vault for the [PowerShell SecretManagement](https://github.com/PowerShell/SecretManagement) module. It stores secrets locally on file for the current user account context, and uses .NET crypto APIs to encrypt file contents. Secrets remain encrypted in-memory, and are only decrypted when retrieved and passed to the user. This module works over all supported PowerShell platforms on Windows, Linux, and macOS.