From 4b1e1d16fed031625b97ca3fee4dbf60a28e841c Mon Sep 17 00:00:00 2001 From: freedbygrace Date: Sat, 21 Oct 2023 22:12:09 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d6c4f9c..091e464 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,12 @@ Performs value encryption or decryption using a specified algorithm. ### Encryption (Default) ``` -Invoke-SymmectricCryptography [-Encrypt] -Algorithm -Data [-Export] - [-ExportFormat ] [-ExportPath ] [-ContinueOnError] [] +Invoke-SymmectricCryptography [-Encrypt] -Algorithm -Data [-Export] [-ExportFormat ] [-ExportPath ] [-ContinueOnError] [] ``` ### Decryption ``` -Invoke-SymmectricCryptography [-Decrypt] -Algorithm -EncryptedData -Key - -InitializationVector [-ContinueOnError] [] +Invoke-SymmectricCryptography [-Decrypt] -Algorithm -EncryptedData -Key -InitializationVector [-ContinueOnError] [] ``` ## DESCRIPTION