Changes

Jump to: navigation, search

Privacy/Features/DOMCryptAPISpec/Latest

148 bytes added, 01:00, 25 August 2011
DOMCrypt Specification
*Each origin will only have access to the asymmetric private key generated for it. This will minimize the need for any kind of access control dialog for key usage.
* All the inputs and outputs should be raw, unformatted ArrayBuffers, letting higher-level pure JS wrappers deal with conversion to application data formats until we understand better what higher-level formats would be useful
 
== Possible Additions ==
 
<pre class="brush:js;toolbar:false;">
[Supplemental]
interface Crypto {
readonly attribute CryptoUser user;
};
</pre>
== References ==
118
edits

Navigation menu