Unix/Linux 61

The UNIX Encrypted Password System

http://docstore.mik.ua/orelly/networking/puis/ch08_06.htm 유닉스는 패스워드를 암호화할 때 무작위의 2 바이트의 salt를 이용하여 암호화하고, shadow 파일에는 암호화된 패스워드 앞에 salt를 붙여서 저장한다. 이는 동일한 패스워드라도 암호화된 패스워드가 다른 값으로 나오게 하기 위한 것이다. 8.6 The UNIX Encrypted Password System When UNIX requests your password, it needs some way of determining that the password you type is the correct one. Many early computer systems (and quite a few still ..

Unix/Linux 2013.11.15