Difference between revisions of "Web cryptography"
From Simson Garfinkel
Jump to navigationJump to search
m (→=IE11 Only) |
|||
Line 10: | Line 10: | ||
* [https://github.com/diafygi/webcrypto-examples Web Cryptography API Examples], diayfgi@github, Oct 18, 2015 | * [https://github.com/diafygi/webcrypto-examples Web Cryptography API Examples], diayfgi@github, Oct 18, 2015 | ||
* [http://nick.bleeken.eu/demos/web-crypto-samples/ Crypto Samples], nick.bleeken.eu | * [http://nick.bleeken.eu/demos/web-crypto-samples/ Crypto Samples], nick.bleeken.eu | ||
* [http://www-cs-students.stanford.edu/~tjw/jsbn/ecdh.html JavaScript ECDH Key Exchange demo], Stanford University | |||
==IE11 Only== | ==IE11 Only== |
Revision as of 12:52, 9 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
- Crypto Samples, nick.bleeken.eu
- JavaScript ECDH Key Exchange demo, Stanford University
IE11 Only
- Web Crypto Samples, nvdbleek@github, Nov 12, 2013
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