현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.
Window.crypto
은 읽기 전용 속성으로 전역 객체인 Crypto
객체를 반환합니다. 이 객체는 웹페이지가 특정 암호 기법을 사용할 수 있도록 합니다.
문법
var cryptoObj = window.crypto || window.msCrypto; // for IE 11
명세
명세 | 상태 | 비고 |
---|---|---|
Web Cryptography API The definition of 'Window.crypto' in that specification. |
Candidate Recommendation | Initial definition |
브라우저 호환성
Feature | Chrome | Firefox (Gecko) | Internet Explorer / Edge | Chrome Opera Vivaldi | Safari |
---|---|---|---|---|---|
Basic support | 44 (Yes) | (Yes) | 6 -ms | 19 | (Yes) |
Feature | Chrome for Android | Firefox Gecko Mobile | Firefox OS | Internet Explorer / Edge | Opera for Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | 2 (Yes) | 10 (Yes) | 37 (Yes) | (Yes) |
더보기
Window
전역 객체