Skip to content

Instantly share code, notes, and snippets.

@akissinger
akissinger / keychain.rb
Created May 16, 2012 12:55 — forked from cyberfox/keychain.rb
Convert OS X Keychain exported entries into logins for 1Password import
#!/usr/bin/env ruby
#
# Usage:
# security dump-keychain -d login.keychain > keychain_logins.txt
# # Lots of clicking 'Always Allow', or just 'Allow', until it's done...