csv2keychain
csv2keychain copied to clipboard
Thank you
Hey @nntarasov,
Just want to say thank you for building this script! Haven't used it yet, and maybe I even won't use it, but it's something I was looking for and I'm glad somebody did it. Too bad Google removed Keychain integration.
Thank you!
@ivanovv thanks for the feedback, hope this tool will help you someday :)
Well done mate, good job - I was just going to to something like this but 2min. googling saved me hours :-)
May be just worth considering adding an option to select a keychain too. By default your script will put everything in the login keychain, whereas in my case I wanted it to be sync'd for the iCloud one.
Hope this makes sense! ;-)
@dannypetrov thank you for the feedback. Unfortunatelly it seems that iCloud's keychain internals differs from other on macos, so there is no ability to deliver passwords directly to iCloud. Some applications (Safari etc) will copy your credentials to iCloud keychain if you will use them once. So, now I have no idea how to deliver credentials to icloud. I'll be glad if you have some.
This worked for me?
uh could you please try to use creds on another device? To ensure it's syncronized
Hm.. I don't see a reason why not (I used a similar approach yesterday to add ~550 credentials). I will try later-on on my phone because I don't know how to manually trigger the sync process (from my laptop to iCloud). Yesterday's update was available today on my phone .. :-)
ahh .. ignore that... I'm an idiot :-) Just saw that the Keychain in my screenshot says "login" (blush) I had selected the iCloud whilst searching, but for some reason it still showed logins from login one too ..
Maybe the next illogical step is to write a script that opens every url in your csv in Safari and log you in. While this is a terrible idea, I've done it in javascript/greasemonkey for a couple of sites, it's possible that sending a "enter" keystroke after a few seconds might work with autocomplete and log you in, but then there might be the part of saving the password or updating it.
Works fine for me. Thank you very much!