• 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.

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