# secret-notes **Repository Path**: mirrors_rtfpessoa/secret-notes ## Basic Information - **Project Name**: secret-notes - **Description**: Examples for my talk "Keeping secrets with JavaScript - An Introduction to the WebCrypto API" - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # secret-notes This repository contains the code examples for my talk [Keeping secrets with JavaScript - An Introduction to the WebCrypto API](http://timtaubert.de/blog/2014/09/keeping-secrets-with-javascript/). # notes Example #1 and #2 will work in Firefox 33+ (set dom.webcrypto.enabled=true) and Chrome 37+. Example #3 and #4 will only work in Firefox until Chrome supports PBKDF2. # license MPL 2.0