SAMKeychain is an Objective-C keychain manager providing a programmatic interface to create, read, and delete secure credentials stored in the macOS and iOS system keychain. It serves as a lightweight wrapper for managing passwords and sensitive data on Apple platforms. The project provides a unified API that abstracts the implementation differences between macOS and iOS. It wraps low-level C APIs in Objective-C classes to provide an object-oriented interface for interacting with the system security daemon. The library covers secure credential storage and access control, including the abilit
Helper functions for saving text in Keychain securely for iOS, OS X, tvOS and watchOS.
Objective-C utility class for storing data securely in the key chain.
πΎ GoodPersistence is an iOS library that simplifies caching data in keychain and UserDefaults. Using a property wrapper, it reduces the complexity of implementing caching mechanisms, making it easier for developers to focus on app functionality. Compatible with latest Swift and supports all iOS devices. Easy to install with SPM.
The main features of goodrequest/goodpersistence are: Keychain Management.
Open-source alternatives to goodrequest/goodpersistence include: soffes/samkeychain β SAMKeychain is an Objective-C keychain manager providing a programmatic interface to create, read, and delete secureβ¦ endocrimes/latch β A simple Swift Keychain Wrapper for iOS, watchOS, and OS X. evgenyneu/keychain-swift β Helper functions for saving text in Keychain securely for iOS, OS X, tvOS and watchOS. granoff/lockbox β Objective-C utility class for storing data securely in the key chain. hmakt99/untouchid β Use your phone's fingerprint to authenticate on any Mac β sudo, screensaver, App Store. No $199 Magic Keyboard needed.β¦ 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.