# Encrypted Tokens

To use the encrypted tokens (JWE), you have to install the [`web-token/jwt-encryption` component](https://github.com/web-token/jwt-encryption).

```bash
composer require web-token/jwt-encryption
```

When this component is installed, encryption algorithms are automatically handles by the Algorithm Manager Factory.

* [JWE serializers](https://web-token.spomky-labs.com/1.x/symfony-bundle/encrypted-tokens/jwe-serializers),
* [JWE creation](https://web-token.spomky-labs.com/1.x/symfony-bundle/encrypted-tokens/jwe-creation),
* [JWE decryption](https://web-token.spomky-labs.com/1.x/symfony-bundle/encrypted-tokens/jwe-decryption).
