12 repositorios
Systems that interface with local security stores to automate authentication token injection.
Distinguishing note: Focuses on the integration layer between applications and system-level credential stores.
Explore 12 awesome GitHub repositories matching security & cryptography · Credential Management Integrations. Refine with filters or upvote what's useful.
This project is a command-line interface that bridges local development workflows with remote platform services. It functions as a terminal-based platform client, enabling users to manage repositories, issues, and pull requests directly from their command line through authenticated API interactions. The tool provides a modular environment that supports custom binary extensions and command aliases, allowing developers to tailor their terminal experience to specific project needs. Beyond standard repository management, the tool serves as a remote development manager, offering capabilities to pr
Interfaces with local system security stores to manage and inject authentication tokens into outgoing network requests automatically.
fastlane is a mobile DevOps framework and release automation tool designed to coordinate the building, signing, and distribution of iOS and Android applications. It functions as a build orchestrator and distribution manager that automates the delivery of mobile apps to app stores and testing environments. The project distinguishes itself through a plugin-based extension model that allows for custom action sets and a specialized system for managing developer resources. It automates the synchronization of code signing certificates and provisioning profiles and handles secure account authenticat
Retrieves sensitive authentication tokens from native system keychains to avoid plain text secrets.
Capacitor is a cross-platform mobile framework that enables developers to build native applications using web technologies. It functions as a hybrid app container, wrapping web assets within a native runtime that provides a standardized bridge to device hardware and system-level services. By exposing native functionality through a plugin-based architecture, it allows web applications to access platform-specific features while maintaining a consistent interface across mobile and desktop environments. The project distinguishes itself by maintaining native project files as source assets, allowin
Maps web input fields to native password managers for seamless credential autofill.
This project is a comprehensive zero-knowledge security suite designed for enterprise credential management, secrets orchestration, and password management. It provides a secure, end-to-end encrypted vault that allows users to store, synchronize, and manage sensitive information, including passwords, passkeys, and infrastructure secrets, across desktop, mobile, and browser environments. The platform distinguishes itself through a strict zero-knowledge architecture where all encryption and decryption occur locally on the client, ensuring that plaintext data remains inaccessible to the server.
Populates login information automatically and manages credentials during the browsing experience through direct integration.
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
Populates usernames and passwords into application and website login fields to eliminate manual entry.
gopass is a terminal-based password manager and GPG secret store used for generating, storing, and retrieving encrypted credentials. It functions as a collaborative secret manager that encrypts data using GPG or age and synchronizes it across devices and teams using Git. The system distinguishes itself by treating version control repositories as the primary storage backend, enabling secure secret sharing and version history for credentials. It utilizes a hierarchical directory structure to organize secrets on the filesystem and supports multi-store mounting to combine multiple independent rep
Provides integration to populate web input fields with stored credentials through structured data exchange.
Cromite is a privacy-focused browser built as a fork of Chromium that embeds a network-level content blocking engine to intercept advertisements, pop-ups, and tracking scripts before they reach the page. It applies community-maintained public filter lists directly within the browser, eliminating the need for external extensions, and uses a curated patch system applied to the Chromium source tree at build time to add or modify features without maintaining a separate codebase. The browser is hardened against tracking and data leakage through a comprehensive set of privacy and security measures.
Stores autofill and password data only on the device without sending any information to external services.
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
Injecting stored usernames and passwords into other Android apps using the accessibility service, autofill framework, or a custom input method keyboard.
KeePass2Android is an Android password manager that stores all credentials in a standard KeePass .kdbx file, ensuring cross-platform compatibility and direct file access. The vault is encrypted using AES-256 via SQLCipher, keeping credential data protected at rest, and can be unlocked through biometric authentication or a partial-password verification method that reduces friction after the initial full password entry. The app provides multiple ways to inject credentials into other applications without exposing them to the system clipboard. It integrates with Android's Accessibility Service or
Automatically fills login fields across apps and websites using an integrated AutoFill service or keyboard.
Snyk is an application security testing platform designed to identify and remediate vulnerabilities across source code, open-source dependencies, container images, and infrastructure-as-code configurations. It functions as a comprehensive security workflow automation tool, utilizing a static analysis engine and dependency graph mapping to detect security flaws and license compliance issues throughout the software development lifecycle. The platform distinguishes itself through agentic workflow orchestration and an automated remediation pipeline that generates and submits pull requests to patc
Registers and references sensitive authentication tokens to enable secure automated security scanning and data synchronization.
Este proyecto es una base de conocimientos y colección de recursos estáticos para el desarrollo de gestores de contraseñas. Proporciona un repositorio centralizado de datos y reglas utilizadas para identificar comportamientos de credenciales de sitios web y requisitos de complejidad de contraseñas. El conjunto de recursos incluye un mapeo de identificadores de aplicaciones nativas a dominios web para facilitar el intercambio de credenciales y un registro de peculiaridades de sitios web para manejar flujos de autenticación no estándar. También contiene un sistema para agrupar dominios afiliados que comparten credenciales para mejorar la precisión de las sugerencias de cuentas. El proyecto cubre una amplia gama de capacidades de gestión de credenciales, incluyendo la localización de páginas de cambio de contraseña, detección de solicitudes de credenciales de terceros y la identificación de sitios que requieren que se añadan códigos de dos factores a las contraseñas. También incluye un analizador de reglas que convierte los requisitos de complejidad de contraseñas legibles por humanos en formatos legibles por máquina y mapeos que conectan los navegadores web con sus respectivas tiendas de extensiones.
Improves login suggestions by mapping shared domains and linking native application IDs to web accounts.
Keyguard is a password manager application and secure vault designed for storing and organizing logins, passkeys, and sensitive data. It provides a multi-factor authentication vault that utilizes encrypted offline access to ensure credentials remain available without an internet connection. The application includes a dedicated SSH key manager and agent integration for generating and managing keys to access remote servers. It also features a password security auditor that analyzes vault entries to identify compromised, reused, or weak credentials. The system covers a broad range of security c
Integrates with native operating system autofill frameworks to populate credentials into applications and websites.