A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.
To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).
Crypto
		
		
		
		Jump to navigation
		Jump to search
		
Overview
This document describes a proposal for the window.crypto API.
Interface
[Suplemental, NoInterfaceObject]
interface Window {
  readonly attribute Crypto crypto;
};
[NoInterfaceObject]
interface Crypto {
  void getRandomValues(in ArrayBufferView array);
};