This project is an Android password manager application that provides an end-to-end encrypted vault for storing and synchronizing login credentials, secure notes, and identities. It functions as a secure storage system using zero-knowledge encryption to ensure that only the user can decrypt their stored data. The application integrates directly with the Android system to provide an autofill service that populates usernames and passwords into mobile apps and browser login fields. It also serves as a passkey management wallet for FIDO2 cryptographic passkeys and a time-based one-time password a
KeePassDX is an Android password manager that opens, edits, and stores encrypted credential databases using the open KeePass 2.x file format. It keeps all password data stored locally on the device without requiring cloud sync or internet access, and supports multiple symmetric-key encryption algorithms including AES, Twofish, and ChaCha20 with Argon2 key derivation. The app unlocks the credential database by delegating authentication to the platform's biometric API, allowing users to bypass the master password entry using fingerprint or face recognition. It generates one-time passwords local
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
Kanidm is a centralized identity management server designed to handle authentication, authorization, and directory services across distributed infrastructure. It provides a comprehensive framework for managing human and service accounts, utilizing a schema-driven database to store identity records, group memberships, and system attributes. The platform supports a wide range of authentication methods, including passkeys, passwords, and standard protocols like OAuth2, OIDC, LDAP, and RADIUS. The system distinguishes itself through a granular access control engine that enforces security policies
Ce projet est une base de connaissances et une collection de ressources statiques pour le développement de gestionnaires de mots de passe. Il fournit un dépôt centralisé de données et de règles utilisées pour identifier les comportements des identifiants de sites web et les exigences de complexité des mots de passe.
Les fonctionnalités principales de apple/password-manager-resources sont : Password Management, Knowledge Bases, Credential Behavior Quirks, Autofill Integrations, Shared Web Credentials, Cross-Platform Identity Integration, Domain Association Services, Credential Behavior Maps.
Les alternatives open-source à apple/password-manager-resources incluent : bitwarden/android — This project is an Android password manager application that provides an end-to-end encrypted vault for storing and… kunzisoft/keepassdx — KeePassDX is an Android password manager that opens, edits, and stores encrypted credential databases using the open… kishikawakatsumi/keychainaccess — KeychainAccess is a Swift library used for storing and retrieving encrypted data within the Apple system keychain… kanidm/kanidm — Kanidm is a centralized identity management server designed to handle authentication, authorization, and directory… ionic-team/capacitor — Capacitor is a cross-platform mobile framework that enables developers to build native applications using web… keepassx/keepassx — KeePassX is a cross-platform password vault application and database manager that stores usernames and passwords in an…