> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# VerifiableCredentialEncryptionType

VerifiableCredentialEncryptionType defines the types of encryption used for the credentials.

## Enumeration Members

### CROSSMINT\_RECOVERABLE

> **CROSSMINT\_RECOVERABLE**: `"crossmint-recoverable"`

Wallet based encryption that is recoverable via Crossmint.

#### Defined in

[verifiableCredentialsSDK/types/collection.ts:114](https://github.com/Crossmint/crossmint-sdk/blob/main/packages/client/verifiable-credentials/src/verifiableCredentialsSDK/types/collection.ts#L114)

***

### DECENTRALIZED\_LIT

> **DECENTRALIZED\_LIT**: `"decentralized-lit"`

Decentralized encryption using the Lit protocol.

#### Defined in

[verifiableCredentialsSDK/types/collection.ts:109](https://github.com/Crossmint/crossmint-sdk/blob/main/packages/client/verifiable-credentials/src/verifiableCredentialsSDK/types/collection.ts#L109)

***

### NONE

> **NONE**: `"none"`

No encryption applied to the verifiable credentials.

#### Defined in

[verifiableCredentialsSDK/types/collection.ts:104](https://github.com/Crossmint/crossmint-sdk/blob/main/packages/client/verifiable-credentials/src/verifiableCredentialsSDK/types/collection.ts#L104)
