mirror of
https://github.com/freedbygrace/Invoke-SymmectricCryptography.git
synced 2026-08-27 18:56:59 +00:00
Update Invoke-SymmectricCryptography.ps1
This commit is contained in:
@@ -13,6 +13,8 @@ Function Invoke-SymmectricCryptography
|
|||||||
This means that the resulting encrypted data will NEVER be the same, even if the value to be encrypted is!
|
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.
|
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.
|
||||||
@@ -616,4 +618,4 @@ Function Invoke-SymmectricCryptography
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|||||||
Reference in New Issue
Block a user