Data Security

Is my data secure?


Whether deployed locally or remotely, Conforma is secure.

Conforma uses a postgreSQL database to store data. The database is only accessible via a secure HTTPS connection through Conforma. Users require password credentials to access Conforma and passwords are encrypted via bcrypt (the encryption mechanism recommended by the OWASP Foundation).

Additionally, the database uses row level policies to restrict user access to only data to which they are specifically permitted to access.