BlindDB
Interactive demo of client-side encryption architecture. Server stores only encrypted blobs at opaque addresses; credentials never leave the client.
Problem Statement
Today's credential storage flows expose plaintext to the server in 12+ exchanges. A client-side-encrypted architecture reduces this to 2 exchanges with the server holding only opaque encrypted blobs.
MIT · JavaScript