{"id":30713298,"url":"https://github.com/crissdev/next-secrets","last_synced_at":"2025-09-03T03:45:20.837Z","repository":{"id":306764750,"uuid":"1027149250","full_name":"crissdev/next-secrets","owner":"crissdev","description":"A Next.js application to manage secrets","archived":false,"fork":false,"pushed_at":"2025-08-05T17:11:25.000Z","size":253,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-05T19:10:31.534Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crissdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-07-27T12:22:08.000Z","updated_at":"2025-08-05T17:11:29.000Z","dependencies_parsed_at":"2025-07-27T14:41:02.304Z","dependency_job_id":"181b5ab5-9c90-4eea-bc37-5bfb0af99dfe","html_url":"https://github.com/crissdev/next-secrets","commit_stats":null,"previous_names":["crissdev/next-secrets"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/crissdev/next-secrets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crissdev%2Fnext-secrets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crissdev%2Fnext-secrets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crissdev%2Fnext-secrets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crissdev%2Fnext-secrets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crissdev","download_url":"https://codeload.github.com/crissdev/next-secrets/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crissdev%2Fnext-secrets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273386851,"owners_count":25096248,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"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":[],"created_at":"2025-09-03T03:45:15.783Z","updated_at":"2025-09-03T03:45:20.829Z","avatar_url":"https://github.com/crissdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next Secrets\n\nA secure secrets management application built with Next.js and TypeScript.\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.\n\n## Features\n\n### Data Storage\n\nThe application stores data in a JSON file. The file location must be configured using the `DATA_FILE_PATH` environment variable.\n\n### Optional Encryption\n\nSecrets can be optionally encrypted for enhanced security. To enable encryption, configure the following environment variables:\n\n#### Required\n\n- `DATA_FILE_ENC_KEY` - The encryption key (required to enable encryption)\n\n#### Optional\n\n- `DATA_FILE_ENC_ALGO` - The encryption algorithm (default: `aes-256-cbc`)\n- `DATA_FILE_ENC_SALT` - The encryption salt (recommended for improved security)\n\nFor optimal security, the salt should be random and at least 16 bytes long. The encryption is performed using Node.js's built-in `scrypt` function.\n\n## Environment Variables\n\nCreate a `.env.local` file in the project root with the following variables:\n\n```env\n# Data file configuration\nDATA_FILE_PATH=\"data.json\"\n\n# Encryption configuration (optional)\nDATA_FILE_ENC_KEY=\"your-encryption-key-here\"\nDATA_FILE_ENC_ALGO=\"aes-256-cbc\"\nDATA_FILE_ENC_SALT=\"your-random-salt-here\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrissdev%2Fnext-secrets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrissdev%2Fnext-secrets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrissdev%2Fnext-secrets/lists"}