Hacker News new | ask | show | jobs
Tomb: File Encryption on GNU/Linux (dyne.org)
6 points by croqaz 1766 days ago
2 comments

Tomb consists of a simple shell script (Zsh) using standard filesystem tools (GNU) and the cryptographic API of the Linux kernel (cryptsetup and LUKS).
This looks really interesting.

What encryption modes does it use?

Specifically, does it use xts? If so does it have to? https://sockpuppet.org/blog/2014/04/30/you-dont-want-xts/