KeychainAccess
Simple Swift wrapper for Keychain that works on iOS, watchOS, tvOS and macOS. (by kishikawakatsumi)
keychain-swift
Helper functions for saving text in Keychain securely for iOS, OS X, tvOS and watchOS. (by evgenyneu)
KeychainAccess | keychain-swift | |
---|---|---|
8 | 2 | |
8,100 | 2,925 | |
0.5% | 0.6% | |
3.6 | 5.9 | |
12 months ago | 12 months ago | |
Swift | Swift | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
KeychainAccess
Posts with mentions or reviews of KeychainAccess.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-21.
- 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
keychain-swift
Posts with mentions or reviews of keychain-swift.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-20.
-
WidgetKit + REST authentication
You should be using Keychain for all secrets. You can specify an "access group" that can be used across processes. The API sucks so I use the keychain-swift wrapper.
-
Log4j: The Pain Just Keeps Going and Going
The only one of those that I didn't write, was KeychainSwift[0]. It makes dealing with the Keychain easy, and is a very simple dependency. If it went off the rails, I'd write something like it, myself.
All the others, are in my own repos, as top-shelf-quality open-source modules.
[0] https://github.com/evgenyneu/keychain-swift
What are some alternatives?
When comparing KeychainAccess and keychain-swift you can also consider the following projects:
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.
SSKeychain
Locksmith - A powerful, protocol-oriented library for working with the keychain in Swift.