Function decryptFile

  • Name

    decryptFile

    Summary

    Decrypts message with the private key.

    See

    Learn more about encryption here.

    Returns

    A base64 string containing the decrypted message.

    Parameters

    • encryptedMessage: string

      Message to decrypt.

    • privatePGPKey: string

      Private Key to decrypt the message.

    Returns Promise<string>

Generated using TypeDoc