1

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

nilesh
  • 35
  • 3

1 Answers1

2

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.

rockerston
  • 521
  • 2
  • 10