• Parameters

    • encryptedMessage: string

      Message to decrypt.

    • privatePGPKey: string

      Private Key to decrypt the message.

    Returns Promise<string>

    A base64 string containing the decrypted message.

    Name

    decryptFile

    Summary

    Decrypts message with the private key.

    See

    Learn more about encryption here.

Generated using TypeDoc