Encrypt a zip file created with JSZip using a new random symmetric key via WebCrypto.
A promise containing the encryptedZip as a Blob and the symmetricKey used to encrypt it, as a Uint8Array string.
The JSZip instance to encrypt
Generated using TypeDoc
Encrypt a zip file created with JSZip using a new random symmetric key via WebCrypto.
Returns
A promise containing the encryptedZip as a Blob and the symmetricKey used to encrypt it, as a Uint8Array string.