aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/crypto/subtle/index.html
blob: af1106f0762ced6467956784de51aed7e6cebd36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
title: Crypto.subtle
slug: Web/API/Crypto/subtle
tags:
  - API
  - Criptografía
  - Propiedad
  - Referencia
  - Sólo-Lectura
  - Web Crypto API
translation_of: Web/API/Crypto/subtle
---
<p>{{APIRef("Web Crypto API")}}</p>

<p>La propiedad de sólo lectura <strong><code>Crypto.subtle</code></strong> retorna un objeto {{domxref("SubtleCrypto")}} permitiendo realizar operaciones criptográficas.</p>

<h2 id="Sintaxis">Sintaxis</h2>

<pre>var <em>crypto</em> = crypto.subtle;</pre>

<h2 id="Especificaciones">Especificaciones</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">Especificación</th>
   <th scope="col">Estado</th>
   <th scope="col">Comentario</th>
  </tr>
  <tr>
   <td>{{ SpecName('Web Crypto API', '#dfn-Crypto', 'Crypto.subtle') }}</td>
   <td>{{ Spec2('Web Crypto API') }}</td>
   <td>Definición inicial.</td>
  </tr>
 </tbody>
</table>

<h2 id="Compatibilidad_del_navegador">Compatibilidad del navegador</h2>



<p>{{Compat("api.Crypto.subtle")}}</p>

<h2 id="Ver_también">Ver también</h2>

<ul>
 <li>{{domxref("Crypto")}}.</li>
 <li>{{domxref("SubtleCrypto")}}.</li>
 <li><a href="https://vibornoff.github.io/webcrypto-examples/index.html">Compatibility test page</a>.</li>
 <li><a href="https://github.com/vibornoff/webcrypto-shim">Shim for IE11 and Safari</a>.</li>
</ul>