{"id":51357331,"url":"https://github.com/soumendrak/env-var-manager","last_synced_at":"2026-07-02T20:36:12.104Z","repository":{"id":362237771,"uuid":"1257528579","full_name":"soumendrak/env-var-manager","owner":"soumendrak","description":"AES-GCM encrypted env variable manager. Passphrase-protected, 3 environments, diff viewer. Zero deps.","archived":false,"fork":false,"pushed_at":"2026-06-03T07:45:26.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-03T09:24:13.037Z","etag":null,"topics":["aes-gcm","devops","encryption","env","html5","security","single-file"],"latest_commit_sha":null,"homepage":"https://soumendrak.github.io/env-var-manager/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/soumendrak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-02T19:07:39.000Z","updated_at":"2026-06-03T07:45:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/soumendrak/env-var-manager","commit_stats":null,"previous_names":["soumendrak/env-var-manager"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/soumendrak/env-var-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soumendrak%2Fenv-var-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soumendrak%2Fenv-var-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soumendrak%2Fenv-var-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soumendrak%2Fenv-var-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soumendrak","download_url":"https://codeload.github.com/soumendrak/env-var-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soumendrak%2Fenv-var-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35062689,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aes-gcm","devops","encryption","env","html5","security","single-file"],"created_at":"2026-07-02T20:36:11.357Z","updated_at":"2026-07-02T20:36:12.080Z","avatar_url":"https://github.com/soumendrak.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./logo.svg\" alt=\"env-var-manager\" width=\"120\" /\u003e\n  \u003ch1\u003eEnv Variable Manager\u003c/h1\u003e\n  \u003cp\u003eEncrypted environment variable manager using AES-GCM encryption via Web Crypto API. Manage dev/staging/prod .env files securely in the browser.\u003c/p\u003e\n\n  ![HTML5](https://img.shields.io/badge/HTML5-E34F26?style=flat\u0026logo=html5\u0026logoColor=white)\n  ![License: MIT](https://img.shields.io/badge/license-MIT-blue?style=flat)\n  ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen?style=flat)\n\u003c/div\u003e\n\n---\n\n## Overview\n\nEncrypted environment variable manager using AES-GCM encryption via Web Crypto API. Manage dev/staging/prod .env files securely in the browser.\n\nBuilt as a single-file HTML application — no build tools, no frameworks, no external dependencies. Just open `index.html` in any modern browser.\n\n## Features\n\n- AES-GCM encryption via Web Crypto API (PBKDF2 key derivation)\n- Passphrase-protected access — nothing stored in plaintext\n- Three environments: Development, Staging, Production\n- Copy individual values to clipboard\n- Side-by-side environment diff viewer\n- Zero external dependencies — single HTML file\n\n## Quick Start\n\n1. Clone the repository\n2. Open `index.html` in your browser\n3. Enter a passphrase to unlock (first time creates a new vault)\n4. Start adding environment variables\n\n```bash\ngit clone https://github.com/soumendrak/env-var-manager.git\ncd env-var-manager\nopen index.html\n```\n\n## Project Structure\n\n```\nenv-var-manager/\n├── index.html    # The complete application\n├── LICENSE       # MIT License\n└── README.md     # This file\n```\n\n## Security\n\n- Uses AES-256-GCM encryption via the browser's native Web Crypto API\n- Encryption key derived from passphrase using PBKDF2 (200,000 iterations, SHA-256)\n- Encrypted data stored in localStorage\n- Nothing transmitted over the network — all crypto happens locally\n\n## Dark Theme\n\nAll projects in this suite share a consistent dark theme:\n\n| Token | Color | Usage |\n|-------|-------|-------|\n| `--bg` | `#0f0f1a` | Page background |\n| `--surface` | `#1a1a2e` | Cards, headers, panels |\n| `--accent` | `#ff6b35` | Buttons, highlights, borders |\n| `--text` | `#e0e0e0` | Body text |\n\n## Contributing\n\nContributions welcome! Open an issue or submit a PR.\n\n## License\n\nMIT © [Soumendra Kumar Sahoo](https://github.com/soumendrak)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoumendrak%2Fenv-var-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoumendrak%2Fenv-var-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoumendrak%2Fenv-var-manager/lists"}