{"id":13550132,"url":"https://github.com/dyne/tomb","last_synced_at":"2025-05-14T10:14:52.232Z","repository":{"id":37952189,"uuid":"1831330","full_name":"dyne/tomb","owner":"dyne","description":"the Crypto Undertaker","archived":false,"fork":false,"pushed_at":"2025-03-12T16:05:47.000Z","size":12563,"stargazers_count":1413,"open_issues_count":34,"forks_count":159,"subscribers_count":56,"default_branch":"master","last_synced_at":"2025-04-05T23:43:44.648Z","etag":null,"topics":["crypto","dyne","encryption","files","filesystem","keys","linux","luks","secret-management","shell"],"latest_commit_sha":null,"homepage":"https://dyne.org/software/tomb","language":"Shell","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/dyne.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":".github/FUNDING.yml","license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["dyne"],"ko-fi":"dyneorg"}},"created_at":"2011-06-01T11:23:45.000Z","updated_at":"2025-03-31T03:32:21.000Z","dependencies_parsed_at":"2023-02-13T08:45:48.404Z","dependency_job_id":"b7e68ca2-4391-4e0b-8fad-d35c971e5d22","html_url":"https://github.com/dyne/tomb","commit_stats":{"total_commits":1054,"total_committers":73,"mean_commits":"14.438356164383562","dds":0.4497153700189753,"last_synced_commit":"ff692999de9fdec625ffab60c57f3cc6cf1ccd16"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyne%2Ftomb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyne%2Ftomb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyne%2Ftomb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dyne%2Ftomb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dyne","download_url":"https://codeload.github.com/dyne/tomb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248338866,"owners_count":21087210,"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":["crypto","dyne","encryption","files","filesystem","keys","linux","luks","secret-management","shell"],"created_at":"2024-08-01T12:01:29.315Z","updated_at":"2025-04-11T03:39:23.021Z","avatar_url":"https://github.com/dyne.png","language":"Shell","funding_links":["https://github.com/sponsors/dyne","dyneorg"],"categories":["Shell"],"sub_categories":[],"readme":"# Tomb: The Linux Crypto Undertaker\n\n[![Build Status](https://github.com/dyne/tomb/actions/workflows/linux.yml/badge.svg)](https://github.com/dyne/Tomb/actions)\n\u003c!-- [![Build Status](https://github.com/dyne/tomb/actions/workflows/portable.yml/badge.svg)](https://github.com/dyne/Tomb/actions) --\u003e\n\nMinimalistic command line tool based on Linux dm-crypt and LUKS, trusted by hackers since 2007.\n\nYou can keep your volumes secure and easily manageable with simple commands.\n\n![tomb's logo](https://github.com/dyne/Tomb/blob/master/extras/images/monmort.png)\n\nCreate a new 120MiB `secret.tomb` folder and lock it with a new `secret.tomb.key` file.\n```\n $ tomb dig   -s 120 secret.tomb\n $ tomb forge -k secret.tomb.key\n $ tomb lock  -k secret.tomb.key secret.tomb\n```\nTo open it, do\n```\n $ tomb open  -k secret.tomb.key secret.tomb\n```\nAnd after you are done\n```\n $ tomb close\n```\nOr, if you are in a hurry, kill all processes with open files inside your tomb and close it.\n```\n $ tomb slam\n```\n## 📖 [Get started on dyne.org/tomb](https://dyne.org/tomb)\n\n\u003ca href=\"https://dyne.org/tomb\"\u003e\u003cimg src=\"https://files.dyne.org/software_by_dyne.png\" width=\"30%\"\u003e\u003c/a\u003e\n\nMore information in `man tomb` and on [dyne.org/docs/tomb](https://dyne.org/docs/tomb).\n\n### 💾 [Download from files.dyne.org/tomb](https://files.dyne.org/tomb/)\n\nUse only stable and signed releases in production!\n\nTomb's development is community-based!\n\n## 🤏🏽 How can you help\n\nDonations are very welcome on [dyne.org/donate](https://www.dyne.org/donate)\n\nTranslations are also welcome: see our simple [translation guide](https://github.com/dyne/Tomb/blob/master/extras/translations/README.md)\n\nTomb's code is short and readable: don't be afraid to inspect it! If you plan to submit a PR, please remember that this is a minimalist tool, and the code should be short and readable. Also, first, read our small intro to [Tomb's coding style](doc/HACKING.txt).\n\nWe have a [space for issues](https://github.com/dyne/Tomb/issues) open for detailed bug reports. Always include the Tomb version being used when filing a case, please.\n\nThere is also a [space for discussion](https://github.com/dyne/Tomb/discussions) of new features, desiderata and whatnot on github.\n\n# Licensing\n\nTomb is Copyright (C) 2007-2024 by the Dyne.org Foundation and maintained by [Jaromil](https://github.com/jaromil). The [AUTHORS](AUTHORS.md) file contains more information on all the developers involved. The license is GNU Public License v3.\n\n## [More info on dyne.org/tomb](https://dyne.org/tomb)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdyne%2Ftomb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdyne%2Ftomb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdyne%2Ftomb/lists"}