FXKeychain icon indicating copy to clipboard operation
FXKeychain copied to clipboard

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

Open onmyway133 opened this issue 9 years ago • 1 comments

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?

onmyway133 avatar Aug 11 '15 05:08 onmyway133

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.

14lox avatar Mar 21 '16 18:03 14lox