This is one big security-related feature that Chamilo is lacking natively : data encryption at rest, meaning that the user data we have lying in the database is not encrypted, and if someone manages to access the database (unlawfully), they could extract user data.
This is becoming a common requirement now in many tenders, and we can do something about it by using a cipher hash on disk (in the Chamilo configuration for example) to ensure all user sensitive data is encrypted at rest.
This will have an efficiency impact. To be measured.
This is one big security-related feature that Chamilo is lacking natively : data encryption at rest, meaning that the user data we have lying in the database is not encrypted, and if someone manages to access the database (unlawfully), they could extract user data.
This is becoming a common requirement now in many tenders, and we can do something about it by using a cipher hash on disk (in the Chamilo configuration for example) to ensure all user sensitive data is encrypted at rest.
This will have an efficiency impact. To be measured.