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:
