The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
crypto property
Provides access to the the global Crypto object for performing cryptographic operations.
Caution As of Microsoft Edge, support for the vendor prefixed version of this property (msCrypto) has been removed. See Web Cryptography API updates for more info.
This property is read-only.
![]() |
Syntax
var cryptoObj = window.crypto;
Property values
Type: Crypto
Global cryptographic object.
See also
Show:
