• 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

Chevereto v4.0.0-beta.10

Status
Not open for further replies.

Rodolfo

πŸ‘‘ Chevereto Godlike
Chevereto Staff
Administrator

4.0.0-beta.10

2022-07-12
  • πŸ›‘ Added database encryption for application secrets
  • πŸ›‘ Added two-factor authentication
  • 🐘 Added bcmath polyfill
  • 🐘 Removed utf8_encode/decode
  • 🐞 Fixed bug in drop upload not ignoring self targets
  • 🐞 Fixed bug in URL paste handler when URL upload is disabled
 
In this release the focus was to improve in security so I added the two most-needed features: Database encryption and two-factor authentication. I also improved on PHP support with the removal of PHP 8.2 deprecated functions for utf8_encode/decode and added a bcmath polyfill which now removes the requirement for bcmath extension. There are also minor bugs being fixed.

Encryption

With database encryption the secrets are stored now encrypted. Your service passwords, storage credentials and two-factor secrets can now be safely stored in the database. We have prepared a documentation that will guide you in the process of enabling/use encryption with Chevereto.

Two-factor authentication

All users can now register a two-factor device that will be required after login for an extra layer of security. Of course, the 2FA secret is also encrypted.

Happy testing!
 
Status
Not open for further replies.
Back
Top