{"id":20345196,"url":"https://github.com/kraftjectory/secrex","last_synced_at":"2025-07-15T23:33:21.850Z","repository":{"id":41872472,"uuid":"139597409","full_name":"kraftjectory/secrex","owner":"kraftjectory","description":"Simple and secure secrets manager in Elixir projects","archived":false,"fork":false,"pushed_at":"2023-07-06T20:10:31.000Z","size":39,"stargazers_count":28,"open_issues_count":3,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T20:21:41.539Z","etag":null,"topics":["elixir","security"],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/secrex","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kraftjectory.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-03T14:42:18.000Z","updated_at":"2024-06-23T16:44:38.000Z","dependencies_parsed_at":"2023-02-10T12:01:10.055Z","dependency_job_id":null,"html_url":"https://github.com/kraftjectory/secrex","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kraftjectory%2Fsecrex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kraftjectory%2Fsecrex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kraftjectory%2Fsecrex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kraftjectory%2Fsecrex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kraftjectory","download_url":"https://codeload.github.com/kraftjectory/secrex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248501960,"owners_count":21114681,"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","security"],"created_at":"2024-11-14T22:07:14.662Z","updated_at":"2025-04-12T00:40:39.171Z","avatar_url":"https://github.com/kraftjectory.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Secrex\n\n![CI Status](https://github.com/kraftjectory/secrex/workflows/CI/badge.svg)\n[![Hex Version](https://img.shields.io/hexpm/v/secrex.svg \"Hex Version\")](https://hex.pm/packages/secrex)\n\nSimple and secure secrets manager in Elixir projects\n\n## Installation\n\nThe package can be installed\nby adding `secrex` to our list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:secrex, \"~\u003e 0.3\", runtime: false}\n  ]\nend\n```\n\nFor usage information see [the documentation](https://hexdocs.pm/secrex).\n\n## Mix tasks\n\nThere are two Mix tasks available:\n\n* `mix secrex.encrypt`\n* `mix secrex.decrypt`\n\nSecrex requires some configuration in order to work. For example, in `config/config.exs`:\n\n```elixir\nconfig :secrex,\n  key_file: \".secret-key\",\n  files: [\"config/env/prod.secret.exs\"]\n```\n\n* `:key_file` - a path to the key file that will be used for encryption and decryption\n  if this is not configured, you will be prompted to enter it later\n* `:files` - list of files that needs to be encrypted and decrypted\n* `:cipher` - the cipher module to handle secret encryption/decryption.\n  Must be an implementation of `Secrex.Cipher`. Defaults to `Secrex.AES`.\n\n## License\n\nThis software is licensed under [the ISC license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkraftjectory%2Fsecrex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkraftjectory%2Fsecrex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkraftjectory%2Fsecrex/lists"}