How does usergrid store user passwords ? Are they encrypted and stored or are they stored as plaintext ?
Asked
Active
Viewed 88 times
1 Answers
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
-
1Just one little precision, Bcrypt isn't a encryption but a hashing algorithm. – Jan Moritz Aug 13 '15 at 07:49