> For the complete documentation index, see [llms.txt](https://prtechs-organization.gitbook.io/e2encrypt-frame-php/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prtechs-organization.gitbook.io/e2encrypt-frame-php/configurations/enable-encryption.md).

# Enable Encryption

```php
public $encryption = true;
// TODO: Change the Secret Key for Producional USE!
public $secret_key = "1234@1345";
```

Use a Strong Secret Key!
