keychain_access icon indicating copy to clipboard operation
keychain_access copied to clipboard

Access private and public keys stored in Mac OS X's Keychain from the command line.

Results 4 keychain_access issues
Sort by recently updated
recently updated
newest added

Looks like latest Mac OS is missing some headers (even with devtools and Xcode installed), I get this error on make: ``` cat: git-rev: No such file or directory cc...

What is different about Apple Push certificates that keychain_access will refuse to do anything with them? Mac 10.11.5. ``` ./keychain_access "Apple Push Services: com.mynameofappthatisinkeychain" Handling unknown item class (2147487744) is...

I also bumped the version. I only tested private-key since that's all I needed, but the code is simple enough that I think it should work for the rest.

I have the same private key in the login keychain on two different macs running OSX 10.8.5. On my development box, searching succeeds, on my jenkins box, it give me...