Skip to content

Commit

Permalink
embed videos from peertube
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakrecoer committed Jul 12, 2024
1 parent c523d76 commit f11c7a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@ Tomb’s ambition is to improve safety by way of:

### How it works

<iframe title="Tomb on LinuxActionShow 2014" width="100%" height="315" src="https://tv.dyne.org/videos/embed/e822db00-3d4f-44d7-9e5e-2e9b8c06eb94" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups allow-forms"></iframe>

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.

<iframe title="Encrypt Files with Tomb" width="100%" height="315" src="https://tv.dyne.org/videos/embed/d9e62c84-f500-4def-a6c0-cee07f1d6ce7" frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups allow-forms"></iframe>

0 comments on commit f11c7a5

Please sign in to comment.