nicklockwood / FXKeychain

[DEPRECATED]
Other
555 stars 74 forks source link

How to prevent keychain items from being synced with iCloud KeyChain? #32

Open onmyway133 opened 9 years ago

onmyway133 commented 9 years ago

I see that Valet differentiates between Sharing Secrets Among Multiple Applications and Sharing Secrets Across Devices with iCloud. Can we have an option that prevents items from being synced to iCloud ? Maybe the lack of kSecAttrSynchronizable means no iCloud support?

14lox commented 8 years ago

My understanding is if the kSecAttrSynchronizable flag is not set to true and iCloud is setup on the account, the keychain will not be synced with iCloud. FXKeychain does not implement kSecAttrSynchronizable so no items will be synced.