Skip to content

Conversation

@VarPDev
Copy link

@VarPDev VarPDev commented Jan 19, 2026

How the e2e encription works:

AES-GCM 256-bit
Military-grade encryption standard.
Built-in data authentication.

PBKDF2 with 100,000 iterations
Secure key derivation from the password.
Protects against brute-force attacks.

Random Salt and IV
Each document has unique values.
Prevents rainbow table attacks.

Password Never Transmitted
The password remains only on the client side.
It is never included in the URL or stored in localStorage.

This is an optional feature that the user can enable in the menù

@VarPDev VarPDev changed the title feat: e2e feat: e2e encription Jan 19, 2026
@VarPDev
Copy link
Author

VarPDev commented Jan 19, 2026

@antonmedv I did a new PR only for the e2e encruption, without prettier formatter. Now I think it is more clear

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant