-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mojave: EXC_BAD_ACCESS (SIGSEGV) after importing #7
Comments
Nice 🙂 This should be reported to Apple as a critical issue. It may be that my script sends bad input to KA, but in no way should the app crash. I’ll try to reproduce it. Do you have any idea what could be the culprit? E.g., have you tried importing just a few records at a time to narrow down which ones may cause trouble? |
It's a little difficult to debug given there are 667 entries in the keychain unfortunately. BTW, is there a reason that out of these 667 entries, only 521 appear in the exported CSV file? And is there any way to restrict the export to only certain types, like Internet Password? |
And how I import the entries into the iCloud keychain instead? I've always found weird that Apple has kept both and don't quite understand why some entries endup in one or the other keychain for no obvious reason. |
Things that are not exported are likely not passwords, e.g., certificates, private keys, etc…
Currently, there isn't. But you can post-process the CSV output, e.g., in Numbers or Excel.
iCloud keychain uses a completely different format. CSVKeychain uses the system's
You will likely be asked to insert a password for each pasted item: when the first dialog appears, you may launch the script in the Readme to automate the process. |
Steps to reproduce:
The text was updated successfully, but these errors were encountered: