{"id":18668633,"url":"https://github.com/kstenschke/tiny-vault","last_synced_at":"2026-04-27T11:31:21.802Z","repository":{"id":147562876,"uuid":"417071624","full_name":"kstenschke/tiny-vault","owner":"kstenschke","description":"Tiny Vault - Temporary local password store for Linux","archived":false,"fork":false,"pushed_at":"2021-11-04T11:58:48.000Z","size":3552,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T07:40:29.500Z","etag":null,"topics":["linux","password","security","tool"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kstenschke.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2021-10-14T09:37:44.000Z","updated_at":"2021-11-04T11:58:50.000Z","dependencies_parsed_at":"2023-04-10T20:30:26.039Z","dependency_job_id":null,"html_url":"https://github.com/kstenschke/tiny-vault","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kstenschke/tiny-vault","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kstenschke%2Ftiny-vault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kstenschke%2Ftiny-vault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kstenschke%2Ftiny-vault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kstenschke%2Ftiny-vault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kstenschke","download_url":"https://codeload.github.com/kstenschke/tiny-vault/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kstenschke%2Ftiny-vault/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32335295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["linux","password","security","tool"],"created_at":"2024-11-07T08:44:24.518Z","updated_at":"2026-04-27T11:31:21.787Z","avatar_url":"https://github.com/kstenschke.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Tiny Vault\n==========\n\n[![Platform](https://img.shields.io/badge/platform-linux-blue)](#)\n[![License](https://img.shields.io/badge/License-GPL-3)](https://github.com/kstenschke/tiny-vault/blob/master/LICENSE)\n[![Written in C++](https://img.shields.io/badge/written%20in-C++-blue)](#)  \n\n\nTemporary local password store for Linux.  \n\n\n## Table of Contents\n\n* [What does it do?](#what-does-it-do)\n* [Usage](#usage)\n  + [Run and set secret](#run-and-set-secret)\n  + [Retrieve secret](#retrieve-secret)\n  + [Example usage script](#example-usage-script)\n* [Author and License](#author-and-license)\n\n\n## What does it do?\n\nWhen starting **Tiny Vault**, the user is asked to enter a secret string, \nwhich is than temporarily (for the runtime of Tiny Vault) stored in the RAM \n(and never onto the file system).  \n\n![Screenshot](/assets/screenshot.png) \n\n**Tiny Vault** than allows to retrieve the secret locally via HTTP request.  \n\n\n## Usage\n\n### Run and set secret\n\nRun on default port 1234: ```tvault```  \n\nRun on port 6789: ```tvault 6789```\n\n\n### Retrieve secret\n\nRetrieve current secret using CURL: ```curl http://localhost:1234```\n\n\n### Example usage script\n\n```sh\n#!/bin/bash\n\n# retrieve secret and store into shell variable\nMY_SECRET=$(curl http://localhost:1234)\n\n# type secret string using xdotool\nxdotool type $MY_SECRET\n# hit enter\nxdotool key KP_Enter\n\n# unset variable that held the secret\nunset MY_SECRET\n```  \n\n\n## Build and install\n\n1. Fetch dependencies: ```git submodule update --init --recursive```\n2. Build: ```cmake CMakeLists.txt; make```\n3. Install: ```sudo make install```\n \n\n## Author and License\n\n**Tiny Vault** was written by Kay Stenschke and is licensed under the \n[GNU General Public License V3.0](https://www.gnu.org/licenses/licenses.html#GPL)  \n\n```\nPermissions of this strong copyleft license are conditioned on making available \ncomplete source code of licensed works and modifications, which include larger \nworks using a licensed work, under the same license. Copyright and license \nnotices must be preserved. Contributors provide an express grant of patent \nrights.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkstenschke%2Ftiny-vault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkstenschke%2Ftiny-vault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkstenschke%2Ftiny-vault/lists"}