Difference between revisions of "Web cryptography"
From Simson Garfinkel
Jump to navigationJump to search
(Created page with "==References for Web Cryptography:== * [https://www.w3.org/TR/2016/PR-WebCryptoAPI-20161215/ Web Cryptography API], W3C Proposed Recommendation, December 15, 2016 * [https://d...") |
m |
||
Line 2: | Line 2: | ||
* [https://www.w3.org/TR/2016/PR-WebCryptoAPI-20161215/ Web Cryptography API], W3C Proposed Recommendation, December 15, 2016 | * [https://www.w3.org/TR/2016/PR-WebCryptoAPI-20161215/ Web Cryptography API], W3C Proposed Recommendation, December 15, 2016 | ||
* [https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API Web Crypto API], Mozilla Developer Network, July 19, 2016 | * [https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API Web Crypto API], Mozilla Developer Network, July 19, 2016 | ||
* [https://msdn.microsoft.com/en-us/library/dn265046(v=vs.85).aspx Web Cryptography API], Microsoft Developer Network (IE 11 implementation). | |||
* [http://caniuse.com/#feat=cryptography Can I use Web Cryptography], caniuse.com | |||
==Web Cryptography Demos== | ==Web Cryptography Demos== | ||
Line 9: | Line 12: | ||
==Tutorials== | ==Tutorials== | ||
* [http://qnimate.com/post-series/web-cryptography-api-tutorial/ Web Cryptography API Tutorial], Narayan Prusty, 2016, QNimate, | * [http://qnimate.com/post-series/web-cryptography-api-tutorial/ Web Cryptography API Tutorial], Narayan Prusty, 2016, QNimate, | ||
== Arguments against web cryptography == | |||
* [https://tonyarcieri.com/whats-wrong-with-webcrypto What's wrong with in-browser cryptography], Tony Arcieri, December 30, 2013. | |||
* [https://www.nccgroup.trust/us/about-us/newsroom-and-events/blog/2011/august/javascript-cryptography-considered-harmful/ Javascript Cryptography Considered Harmful], Thomas Ptacek, 29 August 2011 | |||
==Support== | |||
* [https://www.chromium.org/blink/webcrypto WebCrypto], The Chronium Projects | |||
* WebCrypto API enabled by default starting in Chrome 37 | |||
* Internet Explorer: [https://msdn.microsoft.com/en-us/library/dn265046(v=vs.85).aspx Limited support in IE11] |
Revision as of 10:58, 7 February 2017
References for Web Cryptography:
- Web Cryptography API, W3C Proposed Recommendation, December 15, 2016
- Web Crypto API, Mozilla Developer Network, July 19, 2016
- Web Cryptography API, Microsoft Developer Network (IE 11 implementation).
- Can I use Web Cryptography, caniuse.com
Web Cryptography Demos
- Window.crypto, Mozilla Developer Network, Jan 18, 2017
- Web Cryptography API Examples, diayfgi@github, Oct 18, 2015
Tutorials
- Web Cryptography API Tutorial, Narayan Prusty, 2016, QNimate,
Arguments against web cryptography
- What's wrong with in-browser cryptography, Tony Arcieri, December 30, 2013.
- Javascript Cryptography Considered Harmful, Thomas Ptacek, 29 August 2011
Support
- WebCrypto, The Chronium Projects
- WebCrypto API enabled by default starting in Chrome 37
- Internet Explorer: Limited support in IE11