1. React
  2. JSNation
  3. 2019
  4. Building Zero-Knowledge Backend

Building Zero-Knowledge Backend

Zero Knowledge Architecture is a pattern that allow to build applications where all data is stored and exchanged in an encrypted way.

Matthias Dugue at JSNation 2019

Zero Knowledge Architecture is a pattern that allow to build applications where all data is stored and exchanged in an encrypted way. It enforces end-to-end encryption and client-side operations only. Let's see how to build a Zero Knowledge backend, involved in data transfer and keys-echange system, with a JS client-side lib. No more excuses not to secure your applications design.