decryptFile
Decrypts message with the private key.
Learn more about encryption here.
A base64 string containing the decrypted message.
Message to decrypt.
Private Key to decrypt the message.
Generated using TypeDoc
Name
decryptFile
Summary
Decrypts message with the private key.
See
Learn more about encryption here.
Returns
A base64 string containing the decrypted message.