From ddf834adab044caa1c0b8471a72c9c1400bced2c Mon Sep 17 00:00:00 2001 From: freedbygrace Date: Wed, 18 Oct 2023 15:13:35 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 21d07e4..21de181 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Performs value encryption or decryption using a specified algorithm. This means that the resulting encrypted data will NEVER be the same, even if the value to be encrypted is! This function is great for encrypting data that will NOT be transmitted over a network. In other words, data at rest. + + If transmitting the data over a network is required, consider breaking the encrypted data, key, and initialization vector apart. .PARAMETER Encrypt Specifies that encryption will be performed.