Some scripts to help linux users dig tombs
A tomb on linux is a LUKS encrypted space on your hard disk where you can put files. It is protected by a password and you can hide the key in an image.
sudo apt install gnupg zsh cryptsetup pinentry-curses steghide qrencodesudo apt install tombsudo yum install gnupg zsh cryptsetup pinentry-curses steghide qrencode sudo yum install tombor
sudo dnf install gnupg zsh cryptsetup pinentry-curses steghide qrencode sudo dnf install tombinstall yay, then:
sudo pacman -S gpg zsh cryptsetup pinentry steghide qrencode then:
yay -S tomb-gitBefore doing this please install the prerequisites first. this is just incase you can't install tomb.
cd Downloadswget -c https://files.dyne.org/tomb/Tomb-2.9.tar.gztar -xzvf Tomb-2.9.tar.gzcd Tomb-2.9sudo make installOr you can install tomb using your system's package manager. If the wget command doesn't work go here and download the .tar.gz. After, run the rest of the commands.
click the big green "Code" button, then, click "Download ZIP." Extract the zip to any directory. Once that is done, run:
cd path/to/directoryreplacing "path/to/directory" with the path to where the files are.
then:
./digTomb.shto dig your first tomb.
If you have a problem with the scripts not being executable, while in the directory with the scripts in it, type:
chmod u+x name_of_script.shreplacing name_of_script with the script's name
Swap spaces do pose a rish to the security of your tombs, however, my scripts do not display the warning as they use the -f switch to force the operation to complete. If you are worried about this you can turn off all swap spaces until the next reboot using this command:
sudo swapoff -a- digTomb digs a tomb, forges a key using a password supplied by the user, and locks the tomb
- closeTomb closes the tomb
- closeAll closes all open tombs
- openTomb opens a tomb
- jpgKey hides the key for your tomb in an image, it then can be used as a key when prompted
- slamTomb closes a tomb even if there are processes interacting with it, as closeTomb will not close the tomb if there are processes interacting with the tomb.
- listTomb lists all open tombs.
- slamAll slams all open tombs.
- resizeTomb resizes a tomb
Check the LICENSE