tomb
linux
Manage encrypted storage directories that can be safely transported and hidden in a filesystem.
More info →Examples (8)
Create a new key file that can be used to lock a tomb; user will be prompted for a password for the key
tomb forge encrypted_directory.tomb.keyForcefully create a new key, even if the tomb isn't allowing key forging (due to swap)
tomb forge encrypted_directory.tomb.key -fInitialize and lock an empty tomb using a key made with `forge`
tomb lock encrypted_directory.tomb -k encrypted_directory.tomb.keyMount a tomb (by default in `/media`) using its key, making it usable as a regular filesystem directory
Close a tomb (fails if the tomb is being used by a process)
tomb close encrypted_directory.tombForcefully close all open tombs, killing any applications using them
tomb slam allList all open tombs
tomb listmade by @shridhargupta | data from tldr-pages