Locksmith icon indicating copy to clipboard operation
Locksmith copied to clipboard

A powerful, protocol-oriented library for working with the keychain in Swift.

Results 64 Locksmith issues
Sort by recently updated
recently updated
newest added

Hi Im having a trouble loading the keychain data. App crash when loadDataForUserAccount is called. xcode stops here Locksmith.swift (Line 84). Thank you for any help. ![screen shot 2016-10-26 at...

Please add support for Swift Package Manager

Is it normal that TestFlight uses a different keychain then the app store build? I have added my login-credentials in my keychain using Locksmith so that the app login's automatically...

I'm not sure I am following the design pattern for this protocols and generics. If I want to read the data from secure store, I am creating an instance with...

Hello, I am using Locksmith as a dependency of a framework. Could you please add a tag e.g 2.3.0 to the swift-2.3 branch and make a release, so I could...

Hello. Currently I tried to implement the Locksmith, but I still get an error, while it's not saving any data. ` do { //Locksmith save usercredentials try Locksmith.saveData(["user_Id": "12"], forUserAccount:...

Hi, I am saving a key-value pair in a closure using Locksmith. Code is like below: I see that only one key-value pair is being saved. Let's say I save...

[ErrorLockSmith.pdf](https://github.com/matthewpalmer/Locksmith/files/628993/ErrorLockSmith.pdf) I am having issues with the install I am running Xcode Version 8.2 beta (8C23) And for Carthage version I am running 0.18.1 Please see my attached pdf of...

Hi, Just updated to the 2.0 version and now I'm unable to retrieve any values. Am I missing something? I'm Using Xcode 8, and swift 3. Deployment target iOS 10.0...