flowjs/flow.js

How we can encrypt the chunks?

Closed this issue · 2 comments

Is there any way to encrypt the chunks and transfer to server?

Isn't it enough to use SSL/TLS?

Your topic is interesting, there may be the need to override the FlowFile prototype so that the actual chunks are encrypted by Javascript, probably as Mega.co.nz and Whatsapp for web do live on client

It's possible with a read hook. It was merged in
#42 and hashing example at
#9