Keychain Services Secure Notes
The documentation for the Keychain Services API leaves a bit to be desired. One thing that I can't seem to locate are details on accessing the Secure Notes that the Keychain Access app lets you add and edit. Any insight would be much appreciated. Thanks. I figured out that you can pull the data using the security command line tool. Secure notes are stored as generic passwords with the following characteristics: class: "genp" - this is the same as a generic password type<uint32>="note" - you can use this to identify secure notes specifically when searching (using the -C flag). desc<blob>=