[webkit-dev] New feature: SubtleCrypto

Alexey Proskuryakov ap at webkit.org
Fri Oct 11 14:52:22 PDT 2013


WebKit currently only implements window.crypto.getRandomValues. I'm proposing to add support for window.crypto.subtle functionality.

I'm going to add a feature define, and to prefix the names (so it will be window.crypto.webkitSubtle).

https://bugs.webkit.org/show_bug.cgi?id=122679 tracks this work. The spec is in <http://dvcs.w3.org/hg/webcrypto-api/raw-file/tip/spec/Overview.html> - it's still under development, but is quickly gaining support from browser vendors.

- WBR, Alexey Proskuryakov



More information about the webkit-dev mailing list