From 78c382437e6e18e2867f2ddab9bebfe6223f24cc Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 17 Aug 2014 19:40:42 +0200 Subject: typo + add readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- COPYING | 2 +- README | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 README diff --git a/COPYING b/COPYING index 7cbff33..253427c 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -file2key – A simple command that generates a key from a file and a passphase +file2key – A simple command that generates a key from a file and a passphrase Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) diff --git a/README b/README new file mode 100644 index 0000000..0cb5b27 --- /dev/null +++ b/README @@ -0,0 +1,11 @@ +A simple command that generates a key from a file and a passphrase. + +file2key uses Keccak[] to create a hash as big as a selected file +and the prints the bitwise exclusive or of the hash and the file +making a keyfile from any normal file and a passphrase. The idea +is the reversed of steganography. + +file2key cannot be configured. The idea behind this is that you +if it required configurations you run the risk of losing all your +keys if you lose your configurations. This must not happen. + -- cgit v1.2.3-70-g09d2