• Decrypt a string that was encrypted with the encryptString function.

    Returns

    A promise containing the decrypted string

    Parameters

    • encryptedStringBlob: Blob

      The encrypted string as a Blob

    • symmKey: Uint8Array

      The symmetric key used that will be used to decrypt this.

    Returns Promise<string>

Generated using TypeDoc