Function convertFromEncryptedFile

  • Converts raw NodeJS Buffer to decrypted File.

    Parameters

    • source: Buffer

      Source raw Buffer.

    • key: CryptoKey

      AES-256 CryptoKey.

    • iv: Uint8Array

      AES-256 iv.

    Returns Promise<File>

    • Decrypted File.

Generated using TypeDoc