One thing to remember about hashes is that they are a reversible, there is no key that will decrypt a hash. hashes are guests, they are not correct. But to make caches much more stronger, we don't just hash the plain text or the password. We add up salt, we add up additional data to the input. So when ever your password is being saved into a database, that password the hash is ended up with a salt with additional data. So any attacker that will try to guess the hash or the password will have a difficult life and how to Do it by using hyphens sold.
So let's use it. Open SSL, CAS WT, hyphen salt. And let's use the same password we used before great 123. We will be asked for a password. And there it is. That's our new hash, which is being salted with additional data.