In the FAQ I’d love to see mention of the cryptographic algorithms used (in this case Argon2id for key derivation and XChaCha20Poly1305 for AEAD - both popular choices these days).
Whenever a project involves encryption that’s the first thing I want to know. Had to dig into source code to figure it out :)
Repo: https://github.com/spieglt/cloaker.js
Cool stuff!
In the FAQ I’d love to see mention of the cryptographic algorithms used (in this case Argon2id for key derivation and XChaCha20Poly1305 for AEAD - both popular choices these days).
Whenever a project involves encryption that’s the first thing I want to know. Had to dig into source code to figure it out :)
Good point, thanks, will add those soon.