How is my data encrypted?
We use libsodium's implementations
XChaCha20
and XSalsa20
to encrypt your data, along with Poly1305
MAC for
authentication.
Please refer to the document on our architecture for more details.
We use libsodium's implementations
XChaCha20
and XSalsa20
to encrypt your data, along with Poly1305
MAC for
authentication.
Please refer to the document on our architecture for more details.