# Encrypted Tokens (JWE)

A very large number of key and content encryption algorithms is provided by the library. Please refer to [this encryption algorithm table](https://web-token.spomky-labs.com/the-components/encrypted-tokens-jwe/encryption-algorithms) to know what algorithms are available.

Then, you will find an [example to create an encrypted token here](https://web-token.spomky-labs.com/the-components/encrypted-tokens-jwe/jwe-creation) and another [example to load and decrypt](https://web-token.spomky-labs.com/the-components/encrypted-tokens-jwe/jwe-loading) incoming tokens.
