Re: WebCrypto API Examples and Live Table

On 02/23/2015 06:21 PM, Daniel Roesler wrote:
> Howdy,
> 
> Now that browsers are starting to make much of this API available, I
> created a github repo with examples of each algorithm and a live table
> that tests to see if your browser supports that algorithm and method.
> 
> Examples: https://github.com/diafygi/webcrypto-examples
> 
> Live Table: https://diafygi.github.io/webcrypto-examples
> 
> I can't seem to find any examples of the following keys so I can test
> them on importKey:
> 1) ECDH raw pubic key
> 2) DH pkcs8 private key
> 3) CONCAT raw key
> 4) HKDF-CTR raw key
> 
> Does anyone have example keys that I can include in the live table so
> those tests can run properly?
> 
> Thanks and would love feedback/pull requests.

I'd just to say thanks for the work!

We'd love to incorporate that into our testing work.

And we'll have to track down those keys, but can you not generate,
export, and then see if it works?

  yours,
      harry

> 
> Daniel Roesler
> 

Received on Monday, 23 February 2015 17:27:59 UTC