/etc/shadow

This file stores hashed passwords.

Each line in /etc/shadow is in this format:

username:password:0:0

The fields are separated by colons and include:

username
The user's login name.
password
The user's hashed password.