• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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