Skip to content

Encrypted data at rest #8189

@ywarnier

Description

@ywarnier

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions