Decrypt From
Decrypt an AES-encrypted message.
Request:
- requestType is decryptFrom
- secretPhrase is the secret passphrase of the recipient
- account is the account ID of the recipient
- data is AES-encrypted data
- nonce is the unique nonce associated with the encrypted data
- decryptedMessageIsText is false if the decrypted message is a hex string, otherwise the decrypted message is text (optional)
- uncompressDecryptedMessage is false to prevent gzip uncompression after decryption (optional)
Response:
- decryptedMessage (S) is the decrypted message
- requestProcessingTime (N) is the API request processing time (in millisec)