Im using a tool to script out my DB for placing into source control. The logins are scripted out also, and looking at them, the passwords are hashed.
Ok great, so when I run these scripts on another server, how is SQL able to re-create the login just using the hash. Sorry, this might be dumb question, but Im no security expert. Just curious how one instance can know how to take the hash value and re-create the login so that it works.