From f11c7a52e54c866858876b6c1343c9fb78b43c26 Mon Sep 17 00:00:00 2001 From: sakrecoer Date: Fri, 12 Jul 2024 13:34:36 +0200 Subject: [PATCH] embed videos from peertube --- docs/content/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/_index.md b/docs/content/_index.md index 5f94b980..425bb494 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -33,8 +33,12 @@ Tomb’s ambition is to improve safety by way of: ### How it works + + We design Tomb’s hidden file encryption to generate encrypted storage folders to be opened and closed using associated key files, which are also protected with a password chosen by the user. A tomb is a file whose contents are kept secret and indistinguishable; it can be safely renamed, transported and hidden in filesystems; its keys should be kept separate, for instance, keeping the tomb file on your computer’s hard disk and the key files on a USB stick. Once open, the tomb looks like a folder. Tomb derives from scripts used in the dyne:bolic 100% Free GNU/Linux distribution and a shell script (Zsh) using standard filesystem tools (GNU) and the cryptographic API of the Linux kernel (dm-crypt and LUKS via cryptsetup). Tomb’s status and error messages are translated into many human languages and have multiple graphical applications to operate. + +