Description
Uses the provided private key to decrypt the specified string.
This is typically used to decrypt information that was encrypted using encrypt_string
with the corresponding public key. It helps you avoid building your own encrypt-decrypt system.
Usage
Shell | Function |
---|---|
Bash |
|
PowerShell |
|
key
is the fully qualified path of the private key fileencrypted string
is the string to be decrypted