Add clanker-disclaimer

This commit is contained in:
Timothy Farrell 2026-05-18 02:18:11 +00:00
parent dc7c29b7ce
commit 495f880d38

View File

@ -2,6 +2,8 @@
An offline-first password manager that runs entirely in your browser. No server, no cloud, no tracking — your vault lives on your machine. An offline-first password manager that runs entirely in your browser. No server, no cloud, no tracking — your vault lives on your machine.
NOTE: This is majority vibe-coded with pi.dev and Qwen 3.6.
## Features ## Features
- **AES-256-GCM encryption** — All credentials encrypted with a key derived from your master password via PBKDF2 (600,000 iterations). The key exists only in memory. - **AES-256-GCM encryption** — All credentials encrypted with a key derived from your master password via PBKDF2 (600,000 iterations). The key exists only in memory.