Search code examples
encryptionpasswordsusergrid

Does Usergrid store passwords as plaintext or encrypted?


How does usergrid store user passwords ? Are they encrypted and stored or are they stored as plaintext ?


Solution

  • If you are using the built-in /users collection, then all passwords are always encrypted using an 8-pass BCrypt encryption algorithm. The same is true for Org Admin users.