awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Secret and Credential Managers · Awesome GitHub Repositories

5 repos

Awesome GitHub RepositoriesSecret and Credential Managers

Systems for externalizing, injecting, and governing access to sensitive authentication tokens, distinct from general cryptographic libraries.

Explore 5 awesome GitHub repositories matching security & cryptography · Secret and Credential Managers. Refine with filters or upvote what's useful.

  1. Home
  2. Security & Cryptography
  3. Security
  4. Utilities
  5. Secret and Credential Managers

Awesome Secret and Credential Managers GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • denoland/deno

    denoland/deno

    106,258GitHubView on GitHub↗

    Deno is a high-performance runtime for JavaScript and TypeScript that prioritizes security and developer productivity. Built on the V8 engine, it provides a secure execution environment that enforces a default-deny security model, requiring explicit user authorization for access to system resources like the file system

    Masks sensitive environment variables during outbound requests to prevent exposure of protected credentials.

    Rustdenojavascriptrust
  • home-assistant/core

    home-assistant/core

    84,936GitHubView on GitHub↗

    Home Assistant is a centralized home automation platform designed to orchestrate diverse internet-connected devices and services. It functions as a local-first control system that normalizes heterogeneous hardware protocols into a unified set of entities, attributes, and services. The core architecture relies on an eve

    References sensitive credentials via identifiers to ensure secure access without exposing raw data.

    Pythonasynciohacktoberfesthome-automation
  • DopplerHQ/awesome-interview-questions

    DopplerHQ/awesome-interview-questions

    81,035GitHubView on GitHub↗

    This project is a comprehensive, community-sourced repository of technical interview questions and study materials. It serves as a centralized index for software engineers to prepare for technical assessments, benchmark their personal knowledge, and identify gaps in their expertise across a wide range of programming la

    Implements read-only access controls for configuration files to maintain security and prevent unauthorized modifications in restricted environments.

    android-interview-questionsangularjs-interview-questionsawesome
  • syncthing/syncthing

    syncthing/syncthing

    80,036GitHubView on GitHub↗

    Syncthing is a decentralized file synchronization engine that maintains consistent data states across multiple devices through peer-to-peer mesh networking. It operates as a background daemon that automatically replicates file creations, modifications, and deletions between trusted nodes without requiring central serve

    Updates web interface authentication credentials by accepting usernames and passwords via command-line arguments or standard input.

    Gogop2ppeer-to-peer
  • OpenHands/OpenHands

    OpenHands/OpenHands

    67,974GitHubView on GitHub↗

    OpenHands is an autonomous agent framework designed for software engineering workflows. It provides a modular platform for orchestrating AI agents that reason, plan, and execute tasks within isolated, containerized development environments. By integrating with standard version control and development tools, the system

    Connects with external secret stores to update sensitive credentials via either static strings or dynamic callable functions.

    Pythonagentartificial-intelligencechatgpt

Explore sub-tags

  • Credential Management ToolsSoftware for securely storing, retrieving, and managing passwords, API keys, and other authentication credentials.
  • Secret Access PoliciesRules and governance frameworks that define who or what can access sensitive secrets and credentials.
  • Secret Management SystemsSystems for securely storing, accessing, and managing sensitive credentials and environment secrets within applications.