---
title: encrypt
framework: webkitjs
role: symbol
role_heading: Instance Method
path: webkitjs/subtlecrypto/1632571-encrypt
---

# encrypt

## Declaration

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