Web Crypto API
The browser is awesome, and has some built-in features for encryption that allow us to do end-to-end encryption right from the web platform.
This API is available under `window.crypto.subtle.
- Video with some good explanations and demo- youtube
- MDN Documentation
- my notes on encryption
- Cryptgeon
- Firefox Send - now deprecated but source code still available.
Last modified: