{"id":21564619,"url":"https://github.com/secretvault-elixir/secret_vault","last_synced_at":"2025-10-30T01:13:56.406Z","repository":{"id":64714143,"uuid":"577469897","full_name":"SecretVault-elixir/secret_vault","owner":"SecretVault-elixir","description":"All-included solution for managing secrets in mix projects","archived":false,"fork":false,"pushed_at":"2024-11-28T20:56:57.000Z","size":114,"stargazers_count":37,"open_issues_count":2,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T10:19:40.908Z","etag":null,"topics":["elixir","secret-management","spawnfest"],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/secret_vault","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"hissssst/secret_vault","license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SecretVault-elixir.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2022-12-12T20:10:35.000Z","updated_at":"2025-03-28T03:01:28.000Z","dependencies_parsed_at":"2025-01-12T23:07:54.523Z","dependency_job_id":"5b5f7cf8-6b19-4786-a08f-f658ef74cc05","html_url":"https://github.com/SecretVault-elixir/secret_vault","commit_stats":{"total_commits":66,"total_committers":4,"mean_commits":16.5,"dds":0.4696969696969697,"last_synced_commit":"a9377513f3adfbb322d0e51cd58b8c5ae4c6763e"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretVault-elixir%2Fsecret_vault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretVault-elixir%2Fsecret_vault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretVault-elixir%2Fsecret_vault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretVault-elixir%2Fsecret_vault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SecretVault-elixir","download_url":"https://codeload.github.com/SecretVault-elixir/secret_vault/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247631833,"owners_count":20970069,"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","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":["elixir","secret-management","spawnfest"],"created_at":"2024-11-24T10:16:35.109Z","updated_at":"2025-10-30T01:13:56.325Z","avatar_url":"https://github.com/SecretVault-elixir.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SecretVault 🔒\n\nAll-in-one solution for storing your Elixir application secrets inside the repository.\n\n## Features\n\n* **Standalone**. No dependencies on external binaries.\n* **Secure**. Uses [aes256gcm](https://en.wikipedia.org/wiki/Galois/Counter_Mode) cipher by default. Detects weak and similar passwords with `mix scr.audit` task.\n* **Developer friendly**. You can use `mix scr.*` tasks to create or\n  edit secrets in your favourit editor. Or you can use simple\n  coreutils like `mv`, `rm`, `cp`.\n* **Easy to use**. Documatation is rich, errors are descriptive and\n  tutorials take no more than 5 minutes to read.\n* **Git friendly**. `SecretVault` stores secrets in separate files,\n  thus it is really easy to track in Git or any other VCS.\n* **Mix friendly**. `SecretVault` enforces separation of secrets for\n  different environments.\n* **Extensible**. You can connect your own ciphers, vaults or key\n  derivation functions.\n* **OTP Compatible**. Uses modern OTP 24 key derivation functions, or\n  fallbacks to elixir implementation on lower OTP versions.\n\n## Usage\n\nCheck out this 5 minutes [usage tutorial](usage.md) for basics and useful links.\n\n## Installation\n\nJust add it to the list of dependencies like\n\n```elixir\ndef deps do\n  [\n    {:secret_vault, \"~\u003e 1.0\"}\n  ]\nend\n```\n\n## Hacking\n\nIf you want to contribute to the project or just want to test it\nlocaly (not as a dependency), you'll need to create `config/config.exs`\nfile with following content.\n\n```elixir\nconfig :secret_vault, :secret_vault,\n  default: [password: \"Some super secret\"]\n```\n\n---\n\n### Thanks\n\n@benonymus -- for battle testing the project and giving the idea for `runtime_secret` macro\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecretvault-elixir%2Fsecret_vault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecretvault-elixir%2Fsecret_vault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecretvault-elixir%2Fsecret_vault/lists"}