Skip to content

Commit 0fd6534

Browse files
Update README.md
1 parent 3367bad commit 0fd6534

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ This vault implements a **Defense-in-Depth** strategy:
2020
1. **Local Read:** The file is read into an `ArrayBuffer` locally.
2121
2. **Key Derivation:** The user's password is combined with a random salt to derive a 256-bit key.
2222
3. **Encryption:** Data is encrypted locally; the browser outputs a secure package containing the `[Salt + IV + Ciphertext]`.
23-
4. **Zero Leakage:** No raw data or passwords are ever transmitted to a server.
23+
4. **Zero Leakage:** No raw data or passwords are ever transmitted to a server.
24+
[🚀 Live Demo: Secure Vault](https://codewithbrandon.github.io/secure-vault/)

0 commit comments

Comments
 (0)