mirror of
https://github.com/freedbygrace/Invoke-SymmectricCryptography.git
synced 2026-07-26 11:48:15 +00:00
Update README.md
This commit is contained in:
@@ -7,14 +7,12 @@ Performs value encryption or decryption using a specified algorithm.
|
||||
|
||||
### Encryption (Default)
|
||||
```
|
||||
Invoke-SymmectricCryptography [-Encrypt] -Algorithm <String> -Data <String[]> [-Export]
|
||||
[-ExportFormat <String>] [-ExportPath <FileInfo>] [-ContinueOnError] [<CommonParameters>]
|
||||
Invoke-SymmectricCryptography [-Encrypt] -Algorithm <String> -Data <String[]> [-Export] [-ExportFormat <String>] [-ExportPath <FileInfo>] [-ContinueOnError] [<CommonParameters>]
|
||||
```
|
||||
|
||||
### Decryption
|
||||
```
|
||||
Invoke-SymmectricCryptography [-Decrypt] -Algorithm <String> -EncryptedData <String> -Key <String>
|
||||
-InitializationVector <String> [-ContinueOnError] [<CommonParameters>]
|
||||
Invoke-SymmectricCryptography [-Decrypt] -Algorithm <String> -EncryptedData <String> -Key <String> -InitializationVector <String> [-ContinueOnError] [<CommonParameters>]
|
||||
```
|
||||
|
||||
## DESCRIPTION
|
||||
|
||||
Reference in New Issue
Block a user