startStreaming

Encrypts file using AES-256bit. This function does readFileChunk(), EncryptStream() for you.

response = await secure.startStreaming(file, passphrase); //Returns a TransoformStream+

Last updated