• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

What is CHV_CRYPT_SALT?

Some of the data in chevereto is considered to be sensitive data. So it is encrypted.
Encryption is good, but adding a salt to an encryption is even better because it add another layer of security unique for your application.
So, when you encrypt data, it add your unique salt to the encryption, instead of a salt shared by every Chevereto clients.

You can find it in includes/definitions.php and edit it to a secret value you decided.

Once this value is decided, never edit it again, otherwise you won't be able to decrypt your data.
 
Back
Top