W3cubDocs

/DOM

Crypto.subtle

The Crypto.subtle read-only property returns a SubtleCrypto object allowing to perform cryptographical operations.

Syntax

var crypto = crypto.subtle;

Specifications

Specification Status Comment
Web Cryptography API
The definition of 'Crypto.subtle' in that specification.
Recommendation Initial definition.

Browser compatibility

Feature Chrome Firefox (Gecko) Edge Internet Explorer Opera Safari
Basic support 37 34 (34) 20 or earlier (12) 11crypto.msSubtle 24 8crypto.webkitSubtle
Secure contexts only 60 ? ? ? 47 ?
Feature Android Chrome for Android Edge Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support 53 37 (Yes) 34.0 (34) 11 crypto.msSubtle

37

8 crypto.webkitSubtle
Secure contexts only 60 60 ? ? ? 47 ?

See also

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/Crypto/subtle