E2EE Backend part 3: Passkeys with the PRF Extension
Third in the series on privacy-first backends: use Passkeys and the PRF extension to derive encryption keys on the client device. The server never sees your keys.
Development
Third in the series on privacy-first backends: use Passkeys and the PRF extension to derive encryption keys on the client device. The server never sees your keys.
Second in a series on privacy-first backends: demo shows how to do encrypted keyword lookups with KeywordPIR using Apple's frameworks. Server learns nothing about the query.
First in a series on privacy-first backends: demo shows how to sum encrypted numbers using Apple's HomomorphicEncryption (BFV) without decrypting data. Server sees only ciphertexts.