What is the process of checking passwords in databases?
问题 I know, this is a simple question, and maybe it is similar to others, but I couldn't find my answer in those, so I`m asking new one. I would like to understand the process of checking passwords in databases. I know they use encryption and hashing algorithms, but I can't understand how they can check those stored values and compare them with user`s passwords provided in input fields to verify them? As I have read here in many answers, for example, you can't detect the MD5 hashed password and