When you use GNU / Linux, the password is (mostly) specified in MD5 and SHA
The operating system attaches the SALT to this password before encrypting it to avoid dictionary attacs.
My question is, where does SO attach the SALT, before or after the password?
For example, my password is: peter2011 , before specifying it, it:
saltpeter2011 or peter2011salt
Thanks in advance.
I donโt know if you have missed my question, but I donโt ask how Linux stores its passwords, I ask how it does this, I mean:
encrypt_in_md5 (saltpeter2011) or encript_in_md5 (peter2011salt)
I know that the / etc / shadow file is stored as $ salt & encripted_password
Thanks in advance!
Peter
source share