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 |
|
keyis the fully qualified path of the private key fileencrypted stringis the string to be decrypted