jrendel / SwiftKeychainWrapper

A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.
MIT License
1.59k stars 339 forks source link

Add func allKeys that returns the keys of all entries #90

Closed tiwoc closed 7 years ago

tiwoc commented 7 years ago

This is really useful if an app needs to store passwords for multiple accounts and wants to show the user a list of accounts that have their passwords stored.

jrendel commented 7 years ago

Nice, looks good.

Badisi commented 4 years ago

Would be great to update the doc accordingly so one wouldn't have to explore the issues or source code to find out ;-)