mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-10 23:20:57 +00:00
Literate programming documentation links
This commit is contained in:
parent
c4d7646987
commit
917d8e8c6c
15
README
15
README
@ -47,6 +47,21 @@ facilitating the storage of backup keys using image steganography,
|
|||||||
listing open tombs and selectively closing them, warning the user
|
listing open tombs and selectively closing them, warning the user
|
||||||
about their size and last time they were used, etc.
|
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
|
** Stage of development
|
||||||
|
|
||||||
Tomb is an evolution of the 'mknest' tool developed for the dyne:bolic
|
Tomb is an evolution of the 'mknest' tool developed for the dyne:bolic
|
||||||
|
2
tomb
2
tomb
@ -3,6 +3,8 @@
|
|||||||
# Tomb, the Crypto Undertaker
|
# Tomb, the Crypto Undertaker
|
||||||
#
|
#
|
||||||
# A commandline tool to easily operate encryption of secret data
|
# A commandline tool to easily operate encryption of secret data
|
||||||
|
#
|
||||||
|
# Homepage on: [tomb.dyne.org](http://tomb.dyne.org)
|
||||||
|
|
||||||
# {{{ License
|
# {{{ License
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user