ts-odd icon indicating copy to clipboard operation
ts-odd copied to clipboard

Encrypted File Streaming

Open dholms opened this issue 5 years ago • 0 comments

Problem

FFS does not support file streaming. This is a limitation from WebCrypto. Large files have to currently be held in memory in their entirety.

Solution

Add file streaming Contingent on: https://github.com/fission-suite/keystore-idb/issues/16

dholms avatar Mar 25 '20 16:03 dholms