• Decrypt a file that was encrypted with the encryptFile function, without doing any unzipping or unpacking. This is useful for large files. A 1gb file can be decrypted in only 1 second, for example.

    Property

    Property

    The file you wish to decrypt

    Property

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

    Returns

    A promise containing the decrypted file. The file is an ArrayBuffer.

    Parameters

    Returns Promise<Uint8Array>

Generated using TypeDoc