SAMKeychain icon indicating copy to clipboard operation
SAMKeychain copied to clipboard

Simple Objective-C wrapper for the keychain that works on Mac and iOS

Results 41 SAMKeychain issues
Sort by recently updated
recently updated
newest added

This small PR just updates all project and scheme files for Xcode 10. Thanks, Max

We store an encrypted string in keychain as the password for Touch ID or Face ID login,but some of our users fail to load this string which make them unable...

The crashed line is -[SAMKeychainQuery save:] (in SAMKeychain) (SAMKeychainQuery.m:0) in the iOS 11.3.1.

We may want to change the accessibility of a given keychain item. However, the only way to do this currently with SAMKeychain is to use the class method `[SAMKeychain accessibilityType]`....

I'm getting this warning message : Parameter 'error' not found in the function declaration

Initially created keychain entries with the default setting which from my understanding is when device is unlocked. This has caused access problems reading from the keychain when the device is...

Hi .. with iOS 12` [NSKeyedArchiver archivedDataWithRootObject:object];` is Deprecated.. ``` - (void)setPasswordObject:(id)object { self.passwordData = [NSKeyedArchiver archivedDataWithRootObject:object]; } ``` are there any updates for SAMKeychain?