lifepillar / CSVKeychain

Import/export between Apple Keychain.app and plain CSV file.
351 stars 48 forks source link

Script to automate password input won't work #12

Open ballo opened 4 years ago

ballo commented 4 years ago

When I try to copy my System keychain data to a new Keychain, it asks for a username and password. It works with the administrator user, but having to do this for 100 items makes this really annoying as hell. Obviously the script doesn't work for this situation.

The whole endeavor is quite maddening. I tried using security export -k /Users/ball/SystemExport.keychain -o /tmp/SystemExport -P but the System password is, of course, in binary.

lifepillar commented 4 years ago

One of the purposes of CSVKeychain is to type the password for you. When you say that you are trying to “copy my System keychain data to a new Keychain”, how do you proceed exactly? Also, which version of macOS are you using?

ballo commented 4 years ago

I managed to find a solution and posted it here: https://github.com/lifepillar/CSVKeychain/issues/13

lifepillar commented 4 years ago

Ok, so I think this may be closed then?

ballo commented 4 years ago

Yup