maintain an in-memory file map instead of searching the entire vault on every operation

This commit is contained in:
2026-04-27 11:00:23 +02:00
parent 99d239ea08
commit 32641f97de
9 changed files with 114 additions and 126 deletions

View File

@@ -3,9 +3,8 @@
Desktop app for securely storing sensitive files
## Features
* **Pretty usable UI**
* **Overkill encryption:** XChaCha20-Poly1305 + Argon2id key derivation
* **Cross-platform:** Tested on Linux, Windows and macOS
* **Overkill encryption:** XChaCha20-Poly1305 + Argon2id key derivation
* **Drag and Drop support**
## Building