SSKeychain
KeychainAccess
SSKeychain | KeychainAccess | |
---|---|---|
- | 8 | |
5,328 | 8,088 | |
- | 0.6% | |
0.0 | 3.6 | |
over 6 years ago | 11 months ago | |
Objective-C | Swift | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
SSKeychain
We haven't tracked posts mentioning SSKeychain yet.
Tracking mentions began in Dec 2020.
KeychainAccess
- How can I share data from one View Model to another?
-
How to store & retrieve from the Keychain without authentication?
I normally don‘t use third party libraries if I can avoid it… but using keychain is such a pain that I always use KeychainAccess (https://github.com/kishikawakatsumi/KeychainAccess).
-
Awesome macOS Libraries List
KeychainAccess - Simple Swift wrapper for Keychain. Language: Swift.
- What are the most underrated third party libraries for Native iOS?
-
Basic KeyChain Interaction, wrapper needed or own implementation?
I use KeychainAccess. It's pretty simple and straightforward to use. The good thing about using a third-party wrapper is that it'd take care of some edge cases and quirks that I may not have run into yet but someone else might have.
- [TECH] Unity で iOS/Android アプリの設定値をセキュアに扱う方法 🔑
-
Is there a best practice for hiding API keys?
However, if you store secrets on the device, you must use Keychain to securely store them. Do not just store them in a text file or something.
- Devs could resort to workarounds to avoid iOS 14 anti-tracking feature
What are some alternatives?
Locksmith - A powerful, protocol-oriented library for working with the keychain in Swift.
keychain-swift - Helper functions for saving text in Keychain securely for iOS, OS X, tvOS and watchOS.
UICKeyChainStore - UICKeyChainStore is a simple wrapper for Keychain on iOS, watchOS, tvOS and macOS. Makes using Keychain APIs as easy as NSUserDefaults.
Valet - Valet lets you securely store data in the iOS, tvOS, watchOS, or macOS Keychain without knowing a thing about how the Keychain works. It’s easy. We promise.
SwiftKeychainWrapper - A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.