Re: WebCrypto API Examples and Live Table

This is wonderful! I've been blogging sample applications using the
API, and this resource would have been big help in doing that. I'll be
using it a lot going forward.

Charles Engelke

On Mon, Feb 23, 2015 at 12:21 PM, Daniel Roesler <diafygi@gmail.com> 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.
>
> Daniel Roesler
>

Received on Monday, 23 February 2015 17:34:17 UTC