5 repos
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.
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.
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.
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.
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.
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.