MongoDB Realm: how are passwords of email/password users encrypted and stored?

With which algorithm are the passwords of email/password users encrypted? I couldn’t find any information about this.

Hi @Jean-Baptiste_Beau passwords are stored in the backend salted and hashed with SHA256. They’re not stored in the client

1 Like

Perfect, thank you for the answer. This should be added somewhere in the MongoDB Realm documentation — maybe it is already and I missed it.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.