ArgonVault is a zero-knowledge file vault. Your password derives a key in your browser, encrypts every file with AES-256-GCM, and uploads the ciphertext directly to S3. The server stores opaque blobs and cannot read your files, folder names, or password.
Crypto sits between your keyboard and the storage layer. The API in the middle never sees plaintext or ciphertext — it brokers keys and mints presigned URLs.
Type into the input. Watch AES-256-GCM ciphertext recompute on every keystroke, in your browser, with a fresh nonce per encryption.
Same primitive ArgonVault uses on every file. In the real app, the data key itself is wrapped under a key derived from your password — so even this ciphertext travels with its key already protected.
Every claim has a parameter. Every parameter is in the README.
Pick a password you'll remember. There is no reset — that's the point.