Re: Feedback, comments and so about WG Web Cryptography API

----- Original Message -----
> From: "helpcrypto helpcrypto" <helpcrypto@gmail.com>
> To: public-webcrypto-comments@w3.org
> Sent: Wednesday, September 12, 2012 2:23:26 AM
> Subject: Re: Feedback, comments and so about WG Web Cryptography API
> 
> ...
> If theres not, it will be possible to develop a FF plugin/extension
> to
> enable this features in js?

There are several Firefox Extensions based on a (now removed) Firefox JS module called WeaveCrypto. I added 'sign' and 'verify' to it and use it with DOMCrypt: https://github.com/daviddahl/domcrypt/blob/master/extension/domcrypt/content/domcrypt_worker.js

Depending on how quickly we firm up the spec and start implementing, I may first experiment with mocking up the CryptoOperation in the extension for signing and PublicKey crypto. If you are interested in helping implement for Gecko, some initial experimentation has been started in this bug https://bugzilla.mozilla.org/show_bug.cgi?id=649154

Cheers,

David

Received on Wednesday, 12 September 2012 14:34:15 UTC