From c95957e4aff3e3dd347ed4a5336eb2a402d546da Mon Sep 17 00:00:00 2001 From: freedbygrace Date: Wed, 18 Oct 2023 14:53:50 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 94e6d0b..76e16b1 100644 --- a/README.md +++ b/README.md @@ -115,12 +115,16 @@ Performs value encryption or decryption using a specified algorithm. .LINK https://codeandkeep.com/PowerShell-Aes-Encryption/ + .LINK https://smsagent.blog/2022/09/23/encrypting-sensitive-data-for-transit-or-rest-with-powershell/ + .LINK https://stackoverflow.com/questions/67883498/powershell-password-encryption-decryption-with-key + .LINK https://medium.com/@sumindaniro/encrypt-decrypt-data-with-powershell-4a1316a0834b +