tomb

the crypto undertaker
git clone git://parazyd.org/tomb.git
Log | Files | Refs | README | LICENSE

commit 917d8e8c6c0dac5373d8cd0c020eb583e9fb2be9
parent c4d76469877bb7675b2cef512976549f69086281
Author: Jaromil <jaromil@dyne.org>
Date:   Tue, 28 May 2013 12:53:26 +0200

Literate programming documentation links

Diffstat:
MREADME | 15+++++++++++++++
Mtomb | 2++
2 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -47,6 +47,21 @@ facilitating the storage of backup keys using image steganography, listing open tombs and selectively closing them, warning the user about their size and last time they were used, etc. +** How secure is this? + +Death is the only sure thing in life. Said that, Tomb is a pretty +secure tool especially because it keeps minimal, its source is always +open and its code is easy to review with a bit of shell script +knowledge. + +All encryption tools being used in Tomb are included as default in +many GNU/Linux operating systems and therefore are regularly peer +reviewed: we don't add anything else to them really, just a layer of +usability. + +The code of Tomb can be read in a literate programming style on +http://tomb.dyne.org/literate + ** Stage of development Tomb is an evolution of the 'mknest' tool developed for the dyne:bolic diff --git a/tomb b/tomb @@ -3,6 +3,8 @@ # Tomb, the Crypto Undertaker # # A commandline tool to easily operate encryption of secret data +# +# Homepage on: [tomb.dyne.org](http://tomb.dyne.org) # {{{ License