Difference between revisions of "Web cryptography"

From Simson Garfinkel
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 22: Line 22:


==Compliance and availability==
==Compliance and availability==
* http://caniuse.com/#feat=cryptography
* [https://diafygi.github.io/webcrypto-examples/ Web Cryptography API Live Table] (What your browser supports)
* [https://diafygi.github.io/webcrypto-examples/ Web Cryptography API Live Table] (What your browser supports)


==Web Cryptography Demos==
==Web Cryptography Demos==
* [http://qnimate.com/post-series/web-cryptography-api-tutorial/  
* [http://qnimate.com/post-series/web-cryptography-api-tutorial/ Web Cryptography API Tutorial]
* [https://developer.mozilla.org/en-US/docs/Web/API/Window/crypto Window.crypto], Mozilla Developer Network, Jan 18, 2017
* [https://developer.mozilla.org/en-US/docs/Web/API/Window/crypto Window.crypto], Mozilla Developer Network, Jan 18, 2017
* [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

Latest revision as of 09:07, 3 October 2017

References for Web Cryptography:

Standards

Official:

Web Cryptography API:

API Documentation

Compliance and availability

Web Cryptography Demos

IE11 Only

Tutorials

Arguments against web cryptography

Support

Server side

RSA in python

JSON Web Key in Python