How are my passwords stored?

Your passwords are hashed before being stored in our secure database. Before being hashed, they get a salt, in order to make attacks way harder. To login, the user-provided password is hashed and compared with the saved hash of the true password in the database.