• Zip and encrypt multiple files.

    Returns

    A promise containing the encryptedZip as a Blob and the symmetricKey used to encrypt it, as a Uint8Array. The encrypted zip will contain a folder "encryptedAssets" and all of the files will be inside it.

    Parameters

    • files: File[]

      An array of the files you wish to zip and encrypt

    Returns Promise<EncryptedZip>

Generated using TypeDoc