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

I'm running into errors just from copying and pasting the code from the readme. ``` struct TwitterAccount: CreateableSecureStorable, GenericPasswordSecureStorable { let username: String let password: String // Required by GenericPasswordSecureStorable...

I want to get all `UserAccounts` with unique `service` to show accounts list for user to choose, but i don't find a function to get all `UserAccounts` or all values....

I'm `updateData(forUserAccount:inService:)` successfully , `loadDataForUserAccount` successfully, `deleteDataForUserAccount` seemingly successfully (doesnt catch/fail), but then `loadDataForUserAccount` still works/loads the data that should have been deleted.

Hi, there is no documentation for what the `forUserAccount` parameter is used for. Can you explain it? I would guess that it's a way of storing multiple user's data. Anything...

Hi guys, I am experiencing what it seems to be some kind of bug. I am using the latest version of Locksmith (4.0) on Xcode 8.0. Every time I try...

Hi, i am trying to clone locksmith on my mac but continuosly getting this issue fatal: unable to access 'https://github.com/matthewpalmer/Locksmith.git/': Failed to connect to github.com port 443: Operation timed out...

I have created Action extension for the app. In app i set the field and then i want to retrieve them in extension but its failed (dictionary not found).

Lots of people have questions about the utility of having `password` in the examples in the README. One day, I'd like this to be improved. If you have the same...

I'm running Locksmith 3.0.0, using Xcode 9 and Swift 4. There seems to be an odd issue, where when I run: ````swift try Locksmith.updateData() ```` I get a SIGABRT error,...