--- title: Crypto.subtle slug: Web/API/Crypto/subtle tags: - API - Cryptgraphy - Property - Read-only - Reference - Web Crypt API translation_of: Web/API/Crypto/subtle ---

{{APIRef("Web Crypto API")}}

Crypto.subtle 読み取り専用プロパティは、暗号化操作ができる {{domxref("SubtleCrypto")}} オブジェクトを返します。

構文

var crypto = crypto.subtle;

仕様

仕様書 策定状況 備考
{{ SpecName('Web Crypto API', '#dfn-Crypto', 'Crypto.subtle') }} {{ Spec2('Web Crypto API') }} 初期定義。

ブラウザーの実装状況

{{Compat("api.Crypto.subtle")}}

関連情報