Skip to content

Instantly share code, notes, and snippets.

@lenciel
Created September 15, 2012 02:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lenciel/3726049 to your computer and use it in GitHub Desktop.
Save lenciel/3726049 to your computer and use it in GitHub Desktop.
Check and lock your password on Mac OSX

Check and lock your password on Mac OSX

Check, check

In the terminal, type:
security dump-keychain -d ~/Library/Keychains/login.keychain

If your passwords starts printing out right away, that means anyone using your computer can see all your passwords.

If you’ve seen enough passwords, type Control+C in your terminal to stop it.

Make it better

You need to do this:
1. Open Up Keychain Access (Using SpotLight, Alfred, or Quicksilver)
2. Click on the lock Button

If your computer asks you to input your computer password, then now you know how IMPORTANT your computer password is. Never share it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment