Many know that hashes are encoded passwords. Using hashes greatly increases safety of passwords storage, for example, in the forums, databases, etc. Let’s assume, forum administrator has password “admin12345” which is certainly stored in the forum database. What is to be done to authenticate user on the forum? Input password shall be compared with “admin12345”. […]