How Alice receives a secret from not tech-savvy Bob.
Alice creates a vault.
Alice creates a vault.
Alice shares the vault's unique shareable URL with Bob.
Alice shares the vault's unique shareable URL with Bob.
Bob seals the vault by submitting the secret and encrypting it in the browser with the vault's public key.
Bob seals the vault by submitting the secret and encrypting it in the browser with the vault's public key.
Alice receives the secret and decrypts it in the browser with the vault's private key, which lives only in the browser.
Alice receives the secret and decrypts it in the browser with the vault's private key, which lives only in the browser.