I'm a developer working on doing some keychain related features. A piece of my application changes / looks for items in the keychain. However, visually verifying some of these changes can be difficult because the Keychain Access.app doesn't show all of the fields. For example, the kSecProtocolItemAttr attribute for internet passwords is not displayed in the Keychain app.
Is there a better way (Command line or other) to visual items that are in a .keychain file, that show all of the properties associated with that item?
security dump-keychain -d /path/to/keychain.keychain. – vcsjones Dec 30 '13 at 17:24