Lockbox icon indicating copy to clipboard operation
Lockbox copied to clipboard

Objective-C utility class for storing data securely in the key chain.

Results 11 Lockbox issues
Sort by recently updated
recently updated
newest added

An exception occurs when using the library. When used in Xcode 11. I have used it with Objetive C.

Hello, I use LockBox to store a refresh token and some urls, but sometimes when I call [Lockbox unarchiveObjectForKey:myKey] it returns nil. I don't know why :/ Here is how...

Below is a sample code snippet from my program. I originally was trying to store an NSArray in keychain but when I retrieved it it would no longer be an...

I am working on rss feed based project. I am saving data which entered by user in coredata. is it possible to it also save in lockbox like [Name ,...

At the moment I am using Lockbox to store a sessionToken in keychain. Occasionally Lockbox returns a nil value when returning the sessionToken string. Should i be returning the value...

I'd like to be able to designate the a specific kSecAttrAccessGroup for which to store my values. I can implement this for you, any suggestions on design? Has there been...

Believe in iOS7.01, Apple allowed you to store the keychain in iCloud if the user has it enabled. I think all you need to do is add kSecAttrSynchronizable in certain...

Make this nice library work with iOS and Mac OS X.

this fails for me on the mac on line 3 that tries to set the new key @"1". only the first setting for a key ever succeeds ``` assert([Lockbox setString:@"1"...

Lockbox/Lockbox.m:199:58 'initForWritingWithMutableData:' is deprecated: first deprecated in iOS 12.0 - Use -initRequiringSecureCoding: instead Lockbox/Lockbox.m:214:68 'initForReadingWithData:' is deprecated: first deprecated in iOS 12.0 - Use -initForReadingFromData:error: instead I'll probably end up...