Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

我们的志愿者还没有将这篇文章翻译为 中文 (简体)加入我们帮助完成翻译!

The Window.crypto read-only property returns the Crypto object associated to the global object. This object allows web pages access to certain cryptographic related services.

Syntax

var cryptoObj = window.crypto || window.msCrypto; // for IE 11

Specifications

Specification Status Comment
Web Cryptography API
The definition of 'Window.crypto' in that specification.
Candidate Recommendation Initial definition

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Edge Opera Safari
Basic support 44 (Yes) (Yes) 6 ms 20 19 (Yes)
Feature Chrome for Android Firefox Mobile Firefox OS IE Phone Opera Mobile Safari Mobile
Basic support (Yes) (Yes) (Yes) (Yes) (Yes) (Yes)

See also

文档标签和贡献者

 最后编辑者: Sebastianz,