osx system keychain uses a randomly generated password

This was a random thing I encountered, so it bothered me until I figured out why I could not remember the password set for my System Keychain.

The reason was that I didn’t set one, and that it is randomly generated. WEP, preshared WPA keys, and other such things are kept in there. To view them, you need to have access to the keychain.

What is a geek to do? Well, clearly you have to know to perform something like the following:

sudo mv /Library/Keychains/System.keychain /Library/Keychains/System.keychain.backup
sudo systemkeychain -k /Library/Keychains/System.keychain -C <a password>

where “password” is the new keychain password that you want to give to the System keychain
Reboot the system

Technorati Tags: ,

pixelstats trackingpixel
Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • StumbleUpon
  • LinkedIn
  • N4G
  • Live
  • Posterous
  • Slashdot

Related posts:

  1. USB malware on OSX
  2. OSX address book contact deletion via iSync
  3. External drive booting with OSX
  4. Truecrypt on OSX
  5. Mobile networking in a pinch

3 comments to osx system keychain uses a randomly generated password

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>