1
Explore support for XChaCha20-Poly1305
under review
Tom Raganowicz
Benefits:
- n times faster than AES-GCM on devices where hardware acceleration is not easily accessible,
- streaming support (via libsodium), which would allow downloading/uploading huge files without memory constraints, would also allow encrypted video preview (and potentially even seek/rewind),
- support for ~infinite file sizes comparing to ~64GB with AES-GCM,
Tom Raganowicz
under review
Tom Raganowicz
Given that libsodium doesn't support streaming this will have to be postponed untill we find a different library.
Tom Raganowicz
in progress
Tom Raganowicz
under review