I want to know encrypt method for Mattmostmost postgres database

Hi,

I’m wondering that encrypt method for mattermost database

because, i should insert db to db…

my step is…

  1. i just receive some username & password

  2. i have to encrpty password before insert to users table

if anyone know solution, let me know that how to fix it

in addition, i want to change database encryption status is false, and i don’t want to use encrypt for database

thanks

Hi @bje! Thank you for reaching out.

Here is a link to a doc that might help: https://www.postgresql.org/docs/8.1/static/encryption-options.html.

I found it via this documentation: https://docs.mattermost.com/administration/encryption.html#database.

Let me know if the docs don’t help!