Difference between revisions of "Web cryptography"

From Simson Garfinkel
Jump to navigationJump to search
m
 
(3 intermediate revisions by the same user not shown)
Line 15: Line 15:


Web Cryptography API:
Web Cryptography API:
** [https://w3c.github.io/webcrypto/Overview.html#rsassa-pkcs1-description W3C Editor's Draft 24 October 2016]
* [https://w3c.github.io/webcrypto/Overview.html#rsassa-pkcs1-description W3C Editor's Draft 24 October 2016]
** [https://www.w3.org/2012/webcrypto/WebCryptoAPI-20142503/Overview.htm W3C Last Call Working Draft 25 March 2014]
* [https://www.w3.org/2012/webcrypto/WebCryptoAPI-20142503/Overview.htm W3C Last Call Working Draft 25 March 2014]


==API Documentation==
==API Documentation==
** [https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/importKey SubtleCrypto.importKey()] (Mozilla Developer Network)
* [https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/importKey SubtleCrypto.importKey()] (Mozilla Developer Network)
 


==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