macOS Keychain
- there’re passwords with type
internet-password
,application password
,web form password
stored in macOS keychain - only items with
kSecAttrSynchronizable
are synced - wifi password and password from safari (
web form password
) are created withkSecAttrSynchronizable
by default - you can’t query
web form password
with macOSsecurity
command line tool - you can’t create items with
kSecAttrSynchronizable
with macOSsecurity
command line tool - keybase/go-keychain has methods to create item with
kSecAttrSynchronizable
Related links: