{"id":36371884,"url":"https://github.com/linkorb/vault","last_synced_at":"2026-01-11T14:01:47.870Z","repository":{"id":57015254,"uuid":"58264402","full_name":"linkorb/vault","owner":"linkorb","description":"Vault: Securely store confidential information (passwords, ssl certificates, keys) in version control","archived":false,"fork":false,"pushed_at":"2016-05-14T14:29:13.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-24T01:26:46.227Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/linkorb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-05-07T12:10:23.000Z","updated_at":"2017-03-30T04:32:20.000Z","dependencies_parsed_at":"2022-08-22T09:31:32.152Z","dependency_job_id":null,"html_url":"https://github.com/linkorb/vault","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/linkorb/vault","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkorb%2Fvault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkorb%2Fvault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkorb%2Fvault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkorb%2Fvault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linkorb","download_url":"https://codeload.github.com/linkorb/vault/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkorb%2Fvault/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28306985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T11:18:18.743Z","status":"ssl_error","status_checked_at":"2026-01-11T11:07:56.842Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-11T14:01:15.370Z","updated_at":"2026-01-11T14:01:47.849Z","avatar_url":"https://github.com/linkorb.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vault\n\n\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/8/87/WinonaSavingsBankVault.JPG\" style=\"width: 100%\" /\u003e\n\nSecurely store confidential information (passwords, ssl certificates, keys) in version control\n\n## Installing Vault\n\nVault is a tiny CLI application that you can add to your projects by adding the following line to your `composer.json`:\n\n    \"require\": {\n        \"linkorb/vault\": \"~1.0\"\n    }\n   \nRun `composer update` to install the new project dependency\n\n## Using Vault\n\nVault works with 2 directories:\n\n* The `vault` directory (default `vault/`): this directory stores the confidential information in encrypted form\n* The `secure` directory (default `secure/`): this directory contains your confidential files in unencrypted\nform, so that your application can use it. This directory will not be committed to version control, and should be added to your `.gitignore` file.\n\nTo start, create both directories, and put a confidential file in your `secure/` directory.\n\nType the following command, to encrypt all files in your `secure/` directory, and store then in the `vault/` directory:\n\n    vendor/bin/vault encrypt\n\nVault will ask for a password that will be used for encryption.\n\nYou can now check which files are stored in the vault using:\n\n    vendor/bin/vault ls\n    \nTo echo the contents of a single file from vault, run:\n\n    vendor/bin/vault cat test.txt\n\nAdd your `secure/` directory to `.gitignore`, and commit the files in the `vault/` directory.\n\nTo use the files on another computer, use `git pull` to get the new files in the `vault/` directory, and run the following command to decrypt them into the new local `secure/` directory:\n\n    vendor/bin/vault decrypt\n    \nVault will ask for a password again, and extract the files one by one into the `secure/` directory, so they can be used.\n\nIf you make any changes to files in the `secure/` directory, make sure to run `vault encrypt` again to update the contents in `vault/` so they can be sent to your version control system.\n\n## TODO:\n\n* [ ] Make `vault/` and `secure/` directories configurable through a `Vaultfile`\n* [ ] Allow configurations of used encryption methods\n* [ ] Add a `diff` command, to check changes between vault and secure directories\n\n## License\n\nMIT. Please refer to the [license file](LICENSE.md) for details.\n\n## Brought to you by the LinkORB Engineering team\n\n\u003cimg src=\"http://www.linkorb.com/d/meta/tier1/images/linkorbengineering-logo.png\" width=\"200px\" /\u003e\u003cbr /\u003e\nCheck out our other projects at [linkorb.com/engineering](http://www.linkorb.com/engineering).\n\nBtw, we're hiring!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkorb%2Fvault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinkorb%2Fvault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkorb%2Fvault/lists"}