Update Invoke-SymmectricCryptography.ps1

This commit is contained in:
freedbygrace
2023-10-18 15:13:52 -04:00
committed by GitHub
parent ddf834adab
commit 30573db01f
+2
View File
@@ -14,6 +14,8 @@ Function Invoke-SymmectricCryptography
This function is great for encrypting data that will NOT be transmitted over a network. In other words, data at rest. 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 .PARAMETER Encrypt
Specifies that encryption will be performed. Specifies that encryption will be performed.