From 2c4fb4852ed46f9dade43fb2339f86a2da32675d Mon Sep 17 00:00:00 2001 From: Jaromil Date: Sun, 23 Nov 2014 16:26:27 +0100 Subject: [PATCH] better changelog info --- ChangeLog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 36bdfb3..57a4341 100644 --- 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