Function convertToEncryptedFile

  • Converts raw File to encrypted File.

    Parameters

    • workingFile: File

      Source File.

    • key: CryptoKey

      AES-256 CryptoKey.

    • iv: Uint8Array

      AES-256 iv.

    Returns Promise<File>

    • Encrypted File.

Generated using TypeDoc