awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
soffes avatar

soffes/SAMKeychainArchived

0
View on GitHub↗
5,368 stele·952 fork-uri·Objective-C·MIT·10 vizualizări

SAMKeychain

SAMKeychain este un manager de keychain Objective-C care oferă o interfață programatică pentru a crea, citi și șterge credențiale securizate stocate în keychain-ul de sistem macOS și iOS. Acesta servește ca un wrapper ușor pentru gestionarea parolelor și a datelor sensibile pe platformele Apple.

Proiectul oferă un API unificat care abstractizează diferențele de implementare între macOS și iOS. Acesta înfășoară API-urile C de nivel scăzut în clase Objective-C pentru a oferi o interfață orientată pe obiecte pentru interacțiunea cu daemon-ul de securitate al sistemului.

Biblioteca acoperă stocarea securizată a credențialelor și controlul accesului, inclusiv capacitatea de a stoca, prelua și șterge parolele conturilor și token-urile de autentificare în stocare persistentă criptată.

Features

  • Keychain Management - Serves as a lightweight wrapper for managing secure credential storage in the iOS system keychain.
  • Credential Deletions - Provides functionality to permanently erase stored passwords and sensitive account data from the system keychain.
  • Keychain Managers - Provides a complete programmatic interface to create, read, and delete secure credentials in the Apple system keychain.
  • macOS Keychain Credential Stores - Saves account passwords and authentication tokens securely within the native Apple system keychain.
  • Credential Storage - Implements a secure mechanism for storing passwords and tokens that persist across application restarts.
  • Keychain Storage - Implements direct integration with the system security daemon for encrypted persistent storage of sensitive data.
  • Stored Credential Retrievals - Fetches stored passwords and authentication tokens from the system keychain using specific account identifiers.
  • Apple Platform Utilities - Simplifies the management of secure account information for applications developed for Apple hardware.
  • C-API Wrappers - Wraps low-level C Security APIs in Objective-C classes to provide an idiomatic object-oriented interface.
  • Objective-C Libraries - Provides a simplified set of Objective-C functions for managing sensitive data on Apple platforms.
  • Security Frameworks - Provides an interface that leverages the native Apple Security framework for encrypted data handling.
  • Platform-Specific API Implementations - Provides a unified API that abstracts the implementation differences between macOS and iOS keychain services.

Istoric stele

Graficul istoricului de stele pentru soffes/samkeychainGraficul istoricului de stele pentru soffes/samkeychain

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru SAMKeychain

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu SAMKeychain.
  • soffes/sskeychainAvatar soffes

    soffes/sskeychain

    5,368Vezi pe GitHub↗

    sskeychain is an Objective-C library that provides a simplified programming interface for managing secure data persistence on iOS and macOS. It serves as an object-oriented wrapper for the Apple Security framework, enabling the storage and retrieval of passwords and account credentials. The library handles the translation between low-level system APIs and high-level object interfaces to manage sensitive information. It includes mechanisms for defining keychain item accessibility levels to control when stored data is available to an application. The project provides a shared interface for man

    Objective-C
    Vezi pe GitHub↗5,368
  • kishikawakatsumi/keychainaccessAvatar kishikawakatsumi

    kishikawakatsumi/KeychainAccess

    8,247Vezi pe GitHub↗

    KeychainAccess is a Swift library used for storing and retrieving encrypted data within the Apple system keychain across iOS and macOS. It provides a type-safe interface for managing sensitive information and user credentials on iOS, macOS, tvOS, and watchOS. The library includes a biometric authentication interface that requires FaceID or TouchID verification with custom prompts before accessing specific secure items. It also enables the synchronization of credentials across Apple devices via a cloud keychain and provides a manager for sharing login credentials between native applications an

    Swift
    Vezi pe GitHub↗8,247
  • square/valetAvatar square

    square/Valet

    4,162Vezi pe GitHub↗

    Valet is a Swift library for managing secure data storage in the Apple system keychain across iOS and macOS. It provides a high-level wrapper for storing and retrieving sensitive strings and data objects using hardware-backed secure enclaves. The project enables the synchronization of stored keychain data across multiple devices via cloud-based keychain services. It also includes mechanisms for exchanging secure credentials between multiple applications from the same developer using shared keychain access and app group entitlements. The library covers biometric authentication to protect data

    Swift
    Vezi pe GitHub↗4,162
  • orbstack/orbstackAvatar orbstack

    orbstack/orbstack

    8,903Vezi pe GitHub↗

    OrbStack is a native macOS application that replaces Docker Desktop, providing an all-in-one environment for running Docker containers, full Linux virtual machines, and local Kubernetes clusters. It runs Linux VMs directly on the macOS hypervisor framework for near-native performance, uses VirtioFS for fast bidirectional file sharing between macOS and Linux, and leverages Rosetta for near-native x86 emulation on Apple Silicon. The system assigns predictable local domain names to containers and VMs with automatic HTTPS certificate generation, forwards ports via event-driven updates, and stores

    Shellcolimadockerdocker-desktop
    Vezi pe GitHub↗8,903
Vezi toate cele 30 alternative pentru SAMKeychain→

Întrebări frecvente

Ce face soffes/samkeychain?

SAMKeychain este un manager de keychain Objective-C care oferă o interfață programatică pentru a crea, citi și șterge credențiale securizate stocate în keychain-ul de sistem macOS și iOS. Acesta servește ca un wrapper ușor pentru gestionarea parolelor și a datelor sensibile pe platformele Apple.

Care sunt principalele funcționalități ale soffes/samkeychain?

Principalele funcționalități ale soffes/samkeychain sunt: Keychain Management, Credential Deletions, Keychain Managers, macOS Keychain Credential Stores, Credential Storage, Keychain Storage, Stored Credential Retrievals, Apple Platform Utilities.

Care sunt câteva alternative open-source pentru soffes/samkeychain?

Alternativele open-source pentru soffes/samkeychain includ: soffes/sskeychain — sskeychain is an Objective-C library that provides a simplified programming interface for managing secure data… kishikawakatsumi/keychainaccess — KeychainAccess is a Swift library used for storing and retrieving encrypted data within the Apple system keychain… square/valet — Valet is a Swift library for managing secure data storage in the Apple system keychain across iOS and macOS. It… orbstack/orbstack — OrbStack is a native macOS application that replaces Docker Desktop, providing an all-in-one environment for running… thoughtbot/til — This project is a git-based documentation site and markdown knowledge base designed as a searchable archive of… nangohq/nango — Nango is an open-source platform that connects applications to external APIs by managing authentication, data…