Tomb is an open source system for file encryption on Linux, facilitating the backup of secret files.
375
Tomb is an 100% free and open source system for file encryption on GNU/Linux, facilitating the backup of secret files. Tomb is written in code that is easy to review and links commonly shared components.
Tomb generates encrypted storage folders to be opened and closed using their associated keyfiles, which are also protected with a password chosen by the user.
Note: Running tomb as described here is not secure. Use for testing purposes only.
docker run --rm phylor/tomb
docker run --rm -v $PWD:/tomb -v /dev/urandom:/dev/random --privileged -it -v $PWD:/media phylor/tomb
Content type
Image
Digest
Size
157.2 MB
Last updated
about 10 years ago
docker pull phylor/tomb