Re: WebCrypto High-Level API - Why?

On 1/25/13 8:20 AM, "David Dahl" <ddahl@mozilla.com<mailto:ddahl@mozilla.com>> wrote:

Indeed. For the vast majority of web developers, the actual need is

var ciphertxt = ecryptThisStringForBob("hi");

or

var sig = signThisDataForAlice("data");

That's it. A high level API that keeps the details at bay and private key material out of the DOM will be extremely useful.

Regards,

David

Totally agree.
Our challenge is to be able to refer to a stored key that 'belongs to the caller'.

Received on Friday, 25 January 2013 15:43:08 UTC