What password crypto hash is used to store passwords in the database? August 02, 2019 21:15 Updated Follow bcrypt is the short answer. We use devise for user management and password encryption (which in turn uses bcrypt). Related articles What are the requirements for user passwords in Duco? Changing your password Creating users and associating them to groups