PBKDF2
. This generates a xsalsa20-poly1305
keypair using the TweetNaCl.js library. This key is used to encrypt the project key and is never transmitted to the server.
xsalsa20-poly1305
using the user’s personal key. The encrypted project key is stored on the server, while the plaintext version remains only temporarily in client memory.
AES-256-GCM
, and are never stored in plaintext on the server.
AES-256-GCM
. This is a well known encryption algorithm that has been extensively tested and is widely used and accepted in the industry.
AES-256
.
Last updated: 27 Nov. 2024