---
title: decrypt
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/subtlecrypto/1633929-decrypt
---

# decrypt

## Declaration

```data
Promise <any> decrypt(
    AlgorithmIdentifier algorithm, 
    CryptoKey key, 
    BufferSource data
);
```
