awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
Β© 2026 Bringes Technology SRLΒ·VAT RO45896025Β·hello@awesome-repositories.com
Β·
GoodRequest avatar

GoodRequest/GoodPersistence

0
View on GitHub↗
36 starsΒ·2 forksΒ·SwiftΒ·MITΒ·5 views

GoodPersistence

πŸ’Ύ 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.

Features

  • Keychain Management - Simplifies caching data in keychain and user defaults.

Star history

Star history chart for goodrequest/goodpersistenceStar history chart for goodrequest/goodpersistence

AI search

Explore more awesome repositories

Describe what you need in plain English β€” the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to GoodPersistence

Similar open-source projects, ranked by how many features they share with GoodPersistence.
  • soffes/samkeychainsoffes avatar

    soffes/SAMKeychain

    5,368View on GitHub↗

    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

    Objective-Ciosmacosobjective-c
    View on GitHub↗5,368
  • evgenyneu/keychain-swiftevgenyneu avatar

    evgenyneu/keychain-swift

    3,008View on GitHub↗

    Helper functions for saving text in Keychain securely for iOS, OS X, tvOS and watchOS.

    Swift
    View on GitHub↗3,008
  • granoff/lockboxgranoff avatar

    granoff/Lockbox

    843View on GitHub↗

    Objective-C utility class for storing data securely in the key chain.

    Objective-C
    View on GitHub↗843
  • endocrimes/latchendocrimes avatar

    endocrimes/Latch

    58View on GitHub↗

    A simple Swift Keychain Wrapper for iOS, watchOS, and OS X.

    Swift
    View on GitHub↗58
See all 11 alternatives to GoodPersistence→

Frequently asked questions

What does goodrequest/goodpersistence do?

πŸ’Ύ 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.

What are the main features of goodrequest/goodpersistence?

The main features of goodrequest/goodpersistence are: Keychain Management.

What are some open-source alternatives to goodrequest/goodpersistence?

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.