tomb

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

commit 2c4fb4852ed46f9dade43fb2339f86a2da32675d
parent c0bd8223126feeb0046527a0793a0c24b2b4b7c3
Author: Jaromil <jaromil@dyne.org>
Date:   Sun, 23 Nov 2014 16:26:27 +0100

better changelog info

Diffstat:
MChangeLog.md | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ChangeLog.md b/ChangeLog.md @@ -7,8 +7,9 @@ Tomb goes international: now translated to Russian, French, Spanish and German. The usability has improved: steganographed images can now be used -directly as keys (-k). Piping keys to stdin now works also across ssh -connections. +directly as keys using `-k`. Tomb now works also across ssh +connections: it is possible to pipe cleartext secrets from stdin using +`-k cleartext` but that requires the --unsafe flag. The security is also improved by avoiding most uses of temporary files. All code has been refactored for readability and integration