jgross:a09aha*naf90a:314:100:Joe Gross:/home/jgross:/bin/zshThe problem here is that you can grab the encrypted hash (the part that looks like line noise) and run programs like crack to determine the original password.
The solution is to install shadow password on your machine so that users cannot see the password hash. The password hashes themselves are generally stored in a file called /etc/shadow. Here's the new password file entry with shadow installed.
jgross:x:314:100:Joe Gross:/home/jgross:/bin/zshIf you don't already have shadow passwords installed it's not trivial to install them yourself. Make sure you read the documentation very well before installling them.
