The Linux Crypto Undertaker
Go to file
Narrat be533b3995 Man: merge section on Password Input
Somehow this section existed two times in the man page with similar information.
Enhance it with notes regarding wayland and adjust the recommened pinentry programs.
GTK2 is long time EOL and actively being fased out by distributions, which makes pinentry-gtk2 obsolete.
pinentry-tty will work on every headless system or from a textual interface. pinentry-curses may end up starting if the respective ncurses is available.
2024-08-31 15:50:50 +02:00
.github CI optimization (#531) 2024-08-05 15:32:54 +02:00
doc Man: merge section on Password Input 2024-08-31 15:50:50 +02:00
extras CI optimization (#531) 2024-08-05 15:32:54 +02:00
.gitignore Add compiled translation files (.mo) to .gitignore. 2014-09-09 11:46:04 +02:00
.travis.yml move dockerfile for tests into extras/tests 2019-05-22 10:59:36 +02:00
AUTHORS.md documentation update for release 2023-09-18 16:04:19 +02:00
ChangeLog.md updated for release 2024-07-12 12:37:28 +02:00
COPYING New repository for Tomb 2010-08-22 15:04:19 +02:00
INSTALL.md feature recoll in place of swish-e to search a tomb's contents 2024-07-12 11:51:53 +02:00
KNOWN_BUGS.md Correct some typos 2021-10-01 18:32:44 +02:00
Makefile add alpine deps 2024-07-12 11:51:53 +02:00
README.md updated for release 2024-07-12 12:37:28 +02:00
tomb updated for release 2024-07-12 12:37:28 +02:00

Tomb: The Linux Crypto Undertaker

Build Status

Minimalistic command line tool based on Linux dm-crypt and LUKS, trusted by hackers since 2007.

You can keep your volumes secure and easily manageable with simple commands.

tomb's logo

 $ tomb dig -s 100 secret.tomb
 $ tomb forge secret.tomb.key
 $ tomb lock secret.tomb -k secret.tomb.key

To open it, do

 $ tomb open secret.tomb -k secret.tomb.key

And after you are done

 $ tomb close

Or, if you are in a hurry, kill all processes with open files inside your tomb and close it.

 $ tomb slam

Get started on dyne.org/tomb

All information is found on our website.

Use only stable and signed releases in production!

💾 Download from files.dyne.org/tomb

Tomb's development is community-based!

How can you help

Donations are very welcome on dyne.org/donate

Translations are also welcome: see our simple translation guide

Tomb'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.

We have a space for issues open for detailed bug reports. Always include the Tomb version being used when filing a case, please.

There is also a space for discussion of new features, desiderata and whatnot on github.

Licensing

Tomb is Copyright (C) 2007-2024 by the Dyne.org Foundation and maintained by Jaromil. The AUTHORS file contains more information on all the developers involved. The license is GNU Public License v3.

More info on dyne.org/tomb